参见英文答案 >
Xcode 6 error: “Embedded binary’s bundle identifier is not prefixed with the parent app’s bundle identifier.” 18个
我试图编译 Lister example code from app,我不断收到以下错误:
我试图编译 Lister example code from app,我不断收到以下错误:
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
我已经更改了包名称,每个单独项目的名称,我还更改了每个相关部分的开发人员帐户,尝试清理,构建,重新启动xcode,但似乎嵌入式二进制文件的包标识符不会更改.
我一步一步地遵循pdf说明,但仍然没有运气!
任何人都可以看到我错过了什么?