invalid entitlements 0xE8008016 when I add the entitlements file

后端 未结 14 2657
说谎
说谎 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 13:54

    You need to follow these steps

    • Have you changed the bundle identifier in your project's info.plist???

    Please make sure that this also matches with your provisioning profile's identifier.

    • go to your projects info. select the configuration you want your build to be deployed then check in build settings that you have added the dist.plist file and the provisioning profile is the same thta you need to run with.

    • If you are making the build for distribution then set the get-task-allow mark as unchecked

    Hope this helps.

提交回复
热议问题