App installation failed due to application-identifier entitlement

后端 未结 30 3503
轮回少年
轮回少年 2020-12-07 07:40

I am unable to install a watchOS 2 WatchKit app due to an application-identifier entitlement. This happened after turning on App Groups in the Capabilities tab.

Full

30条回答
  •  暖寄归人
    2020-12-07 07:53

    I had the same error and I solved it by changing Bundle Identifier to something new. After that it build project with no problem.

    My steps:

    • Open Xcode
    • Go to General tab
    • Find Identity
    • Change Bundle Identifier to something new.

提交回复
热议问题