iOS- Provisioning profile issues.

前端 未结 1 1583
情话喂你
情话喂你 2021-01-16 18:05

OK, so I have tried everything possible but still having issues.

I am testing on two devices. An iPhone and an iPad. When I connect the iPhone to Xcode and hit run

相关标签:
1条回答
  • 2021-01-16 18:33

    In order to fix this problem, please follow these steps:

    I. Go to Xcode Settings (Xcode -> Preferences), and select "Accounts." Make sure you are signed in to your developer account.

    enter image description here

    II. Click on the first tab under the run button, and then click on the name of the project (circled in red)

    enter image description here

    III. Under "Identity" select the account that matches your build identifier, or click "Fix Issue"

    enter image description here

    IV. If this does not fix your issue, go to "Build Settings" -> "Code Signing"

    enter image description here

    V. Finally: If this does not fix your issue, go back to the Certificate Center in the iOS Developer Center (developer.apple.com) and reprovision the certificate, then repeat these steps.

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