No identities were available - administrator request

前端 未结 13 825
予麋鹿
予麋鹿 2020-12-04 06:32

I had problems while "archiving" my app. I think there are invalid profiles because of iPhone Update to 5.1 and XCode update to 4.2.2.

I\'ve taken now more

相关标签:
13条回答
  • 2020-12-04 06:59

    None of previous answers helped me, so I post my issue.

    1. Dev Center: Certificates, Identifiers & Profiles > Provisioning Profile > Distribution

    Make sure that there is a distribution provisioning profile, and App ID in it is exactly the same as Bundle ID of your app in Xcode (Project Settings > General > Identity > Bundle Identifier).

    1. Xcode: Project Settings > Build Settings > Code Signing:
      • Provisioning profile - choose that Distribution provisioning profile name (not Development!)
      • Code Signing Identity - I choosed Automatic since I have only one.

    P.S. Before doing this, I deleted all unused and expired provisioning profiles and signing identities from Dev Center and from Xcode. Then, refreshed as mentioned in other answers: Xcode: Preferences > Accounts > (my Apple ID) > View Details > Refresh.

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