尝试使用 Xcode (6C131e) 提交,但我们不断收到以下错误:
Interface Error - The '****** WatchKit App.app/Interface.plist' file in watch application '******.app/PlugIns/******WatchKit Extension.appex/****** WatchKit App.app' has the following error: The property '#/root' of type Array did not match one or more of the required schemas. The schema specific errors were: - anyOf #0: - The property '#/root' of type Array did not match the following type: string - anyOf #1: - The property '#/root' of type Array did not match the following type: object Once these issues have been corrected, you can then redeliver the corrected binary.
我们为 Watch App 使用基于页面的导航结构,我们的“主入口点”InterfaceController 使用“下一页”segue 关系连接到后续页面。
如果我们查看 Interface.plist,在“根”下实际上有一个数组(不是字符串或“对象”),其中包含我们链接到 Main 的每个 View Controller 的条目。然而,由于这个 plist 是 Xcode 生成的,这似乎是预期的行为(除非我们的 Storyboard配置不正确)。
其他人遇到过这个或有任何想法吗?谢谢。
您目前无法提交 WatchKit 应用。请等待 Apple 的官方公告。
关于ios - 二进制拒绝 - Interface.plist 上的接口(interface)错误 - Watch App,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28973212/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |