Xcode 9 crashes while exporting ipa from archive

后端 未结 4 1520
忘了有多久
忘了有多久 2021-01-13 07:15

I created an archive for any project in Xcode 9. Then I try to create an ipa file (either development or ad-hoc). I first try to export the archive. Then I select either Dev

相关标签:
4条回答
  • 2021-01-13 07:44

    In my case this was due to a pending Apple license agreement that was causing Xcode's automatic provisioning to crash.

    Log onto developer.apple.com and make sure you do not have a license update pending agreement.

    0 讨论(0)
  • 2021-01-13 07:52

    The "Apple Developer Program License Agreement" has been updated.

    So I have to accept pending License Agreement.

    When I select Manual manage signing and try to download profile then I got following error

    0 讨论(0)
  • 2021-01-13 07:53

    Try export with Manually first after that you can comeback with Automatically. I think this one fault when apple server return data for exporting process. It can be reset the process with manually option.

    0 讨论(0)
  • 2021-01-13 08:03

    Expired provision profile was the cause of this same issue. After renewal, everything is now working.

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