No identities were available - administrator request

前端 未结 13 824
予麋鹿
予麋鹿 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:43

    I had the same problem. Nothing mentioned on this page did not work for me until i was deleted everything from archive. After that problem disappear.

    0 讨论(0)
  • 2020-12-04 06:44

    @Takoi's answer is correct. However, with my latest version of Xcode, there is no TEAM option in the Devices section of the Organizer. I had to do the following instead to refresh the credentials:

    1. Go to Xcode->Preferences
    2. Click on the Accounts tab
    3. Select an Apple ID in the list
    4. Click "View Details" on the bottom right
    5. Click on the refresh arrow on the bottom left

    Xcode will now refresh the updated credentials, and you can proceed to validate or distribute your app.

    Hope this helps!

    0 讨论(0)
  • 2020-12-04 06:54

    My certificate had expired which resulted in my provisioning profile being expired.
    Once I -

    • Updated my certificate on the iOS web portal
    • Clicked Edited on the provision profile
    • Selected the new certificate and clicked generate
    • In Xcode I refreshed my provisioning profiles

    Error went away

    0 讨论(0)
  • 2020-12-04 06:54

    It looks like you're going to have to request another developer cert. Go to the iOS dev center website and go to the provisioning portal. Click the certificates tab and follow the directions. https://developer.apple.com/ios/manage/certificates/team/howto.action

    To be clear, you're problem doesnt seem to be provisioning related, it's specifically the developer cert. if you do get another cert, you'll have to create all new profiles to sign your apps with.

    0 讨论(0)
  • 2020-12-04 06:54

    For those who says that the Ad Hoc Distribution profile wont work this year 2014, I have to agree.

    In Build Settings locate the Code Signing setting: for Release choose your Store Distribution and then select Menu>Product>Archive.

    Later, in the Organizer Window, select your archive and clic in Validate. It will let you select the Ad Hoc profile and validate... then select Distribute, it will let you save as .ipa file.

    0 讨论(0)
  • 2020-12-04 06:59

    I am a member of 2 teams and had the same problem while uploading one of the projects.
    Changing General -> Identity -> Team to None in project settings (XCode 5) allowed me to upload the application to iTunesConnect.

    Screenshot is here

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