xcode 嵌入式二进制文件的包标识符没有以父应用程序的包标识符为前缀
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/30541625/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier
提问by Icaro
I trying to compile the Lister example code from appand I keep getting the error below:
我试图从应用程序编译Lister 示例代码,但不断收到以下错误:
error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier.
Embedded Binary Bundle Identifier: com.example.apple-samplecode.Lister.watchkitextension
Parent App Bundle Identifier: nz.co.icaro.listner.Lister
I already change the bundle name, the name of each separate project, I also change the developer account for each relevant part, try to clean, build, restart xcode but it seems that the Embedded binary's bundle identifier does not change. I follow the pdf instructions step by step but still, no luck!
我已经更改了包名称,每个单独项目的名称,我还更改了每个相关部分的开发者帐户,尝试清理、构建、重新启动 xcode 但似乎嵌入式二进制文件的包标识符没有更改。我一步一步地按照pdf说明进行操作,但仍然没有运气!
Can anyone see what am I missing?
谁能看到我错过了什么?
采纳答案by Icaro
I was finally able to build this project by deleting all the existent binary and temporary files from XCode and rebuilding each project individually.
我终于能够通过从 XCode 中删除所有现有的二进制文件和临时文件并单独重建每个项目来构建这个项目。