菜鸟教程小白 发表于 2022-12-13 05:46:25

ios - 二进制拒绝 - Interface.plist 上的接口(interface)错误 - Watch App


                                            <p><p>尝试使用 Xcode (6C131e) 提交,但我们不断收到以下错误:</p>

<blockquote>
<p>Interface Error - The &#39;****** WatchKit App.app/Interface.plist&#39; file
in watch application &#39;******.app/PlugIns/******WatchKit
Extension.appex/****** WatchKit App.app&#39; has the following error: The
property &#39;#/root&#39; of type Array did not match one or more of the
required schemas. The schema specific errors were: - anyOf #0: - The
property &#39;#/root&#39; of type Array did not match the following type:
string - anyOf #1: - The property &#39;#/root&#39; of type Array did not match
the following type: object Once these issues have been corrected, you
can then redeliver the corrected binary.</p>
</blockquote>

<p>我们为 Watch App 使用基于页面的导航结构,我们的“主入口点”InterfaceController 使用“下一页”segue 关系连接到后续页面。</p>

<p>如果我们查看 Interface.plist,在“根”下实际上有一个数组(不是字符串或“对象”),其中包含我们链接到 Main 的每个 ViewController 的条目。然而,由于这个 plist 是 Xcode 生成的,这似乎是预期的行为(除非我们的 Storyboard配置不正确)。</p>

<p>其他人遇到过这个或有任何想法吗?谢谢。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您目前无法提交 WatchKit 应用。请等待 Apple 的官方公告。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 二进制拒绝 - Interface.plist 上的接口(interface)错误 - Watch App,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/28973212/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/28973212/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 二进制拒绝 - Interface.plist 上的接口(interface)错误 - Watch App