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

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

    For xCode v12 I solved that problem with one click:

    TARGETS -> Build Phases -> Embed App Extensions

    and check: Copy only when installing

提交回复
热议问题