invalid entitlements 0xE8008016 when I add the entitlements file

后端 未结 14 2520
说谎
说谎 2021-02-20 13:48

I\'m trying to do ad hoc distribution. When I use XCode, the application installs fine on my phone.

In preparation for ad hoc distribution, I created the default entitl

相关标签:
14条回答
  • 2021-02-20 14:10

    Have you checked that the Code Signing Identity values under Project > Build Settings and Targets > Build Settings are correct?

    0 讨论(0)
  • 2021-02-20 14:16

    My issue was that the Distribution Profile was created as Ad hoc rather than In House making the device I was running the app on not accept it.

    Make sure that the device is added to the Provisioning Profile or create an Enterprise Profile.

    Developer Apple Pages

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