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

标签 ios xcode storyboard watchkit watchapp

尝试使用 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 应用程序使用基于页面的导航结构,我们的“主入口点”InterfaceController 使用“下一页”segue 关系连接到后续页面。

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

还有其他人遇到过这个问题或有任何想法吗?谢谢。

最佳答案

您目前无法提交 WatchKit 应用。请等待 Apple 官方公告。

关于ios - 二进制拒绝 - Interface.plist 上的接口(interface)错误 - Watch App,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28973212/

相关文章:

ios - 使用最新的 SDK 从谷歌驱动器下载文件?

ios - SLComposeViewController iOS 8.3 中的 setInitialText 方法不在 Facebook 工作表中显示文本

objective-c - NSOpenPanel 无法使用空格从文件名正确访问 NSUrl

iphone - 运行iPhone App帮助时出错-__NSCFConstantString错误含义

iOS 13 深色模式和启动屏幕 - iOS 10 的后备

ios - libc++abi.dylib : terminating with uncaught exception of type NSException in a game

ios - viewWillDisappear 在选项卡栏项目选择 View Controller 设置时调用

ios - Ionic Cordova 应用程序在 iPad 上启动时崩溃

ios - objective-c : iOS 14 How to do Network privacy permission check

ios - Swift:如何知道哪个 Storyboard 处于事件状态