invalid entitlements 0xE8008016 when I add the entitlements file

后端 未结 14 2463
说谎
说谎 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:55

    Do the following steps:

    1. Remove the provisiong file from the Xcode -> Organizer
    2. Download again from your developer account. Make sure that you have downloaded profile from distribution tab.
    3. Drag and drop that profile to Xcode
    4. Change the bundle identifier of your plist that match with your provisioning profile App ID.
    5. Go to application setting target and active target and choose your profit from there.
    6. Now rebuild and run the app.

提交回复
热议问题