本文主要是介绍No identities were available - administrator request,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
ios 提交 app store 出现错误
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 than 4 hours to get rid of certification issues while using this thread step by step 3 times (which costs a lot of time):
:-( A valid signing identity matching this profile could not be found in your keychain
I still have the following fault:
No identities were available An administrator must request identities before they can be downloaded.
The "Download identities" button went back to this window after processing some seconds.
Do you know how to get out of this wood of certification documentations and solve that fault?
fix---------------------
- https://developer.apple.com/membercenter/index.action
- Go to "iOS Provisioning Portal" -> "Certificates" (Left sidebar) -> "Distribution" tab
- Check field "Provisioning Profiles". If empty, next (4)
- Go to "Provisioning" (Left sidebar) -> "Distribution" tab. Press "New Profile" and complete it. Go back to (3) check the field again.
- Back to XCode Organizer - Devices. Click TEAM (Left sidebar) and click "Refresh" (right-bottom). You will find XCode fetch the new profile.
- Then validate or distribute you app again. It should work that I solve the same problem just minutes ago.
这篇关于No identities were available - administrator request的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!