Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 xcode 7 beta 5 并想在手表模拟器上运行一个简单的演示时。它提示此“将安装使用错误捆绑标识符'(null)'调用的Watch App”。我在任何地方都找不到它。有人知道吗?
问题出在 Xcode 尝试启动 Apple Watch App + Extension 时未编译 iOS 应用程序这一事实。
为了解决这个问题,如问题评论中所说,将iOS App添加到Build Target(编辑方案,选择Build条目,添加iOS目标)。
Build
我遇到了同样的问题,并通过创建具有正确目标的新方案来解决问题。它没有做更多的工作。