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

后端 未结 20 1370
孤独总比滥情好
孤独总比滥情好 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

提交回复
热议问题