Xcode 6 error: “Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier.”

后端 未结 20 1305
孤独总比滥情好
孤独总比滥情好 2020-12-08 01:45

I\'m trying to build an extension project and Xcode keeps throwing the error in subject.

\"Xcode

相关标签:
20条回答
  • 2020-12-08 02:34

    Make sure your:

    Target App A -> Built Settings -> Code Signing -> Release

    is the same with:

    Target App A (Extension) -> Built Settings -> Code Signing -> Release

    0 讨论(0)
  • 2020-12-08 02:34

    I was having the same problems. Changing the CFBundleIdentifier for my WatchKit extension to something other than the original value used when I first added the WatchKit extension and re-setting my shared app group entitlement fixed it for me.

    0 讨论(0)
提交回复
热议问题