Xcode 6 crashes on submitting Archive

后端 未结 13 1672
眼角桃花
眼角桃花 2020-11-28 19:55

Today I uploaded my first build of first app successfully to App Store for beta testing. After making a few changes, when I tried to submit the new archive again Xcode crash

相关标签:
13条回答
  • 2020-11-28 20:15

    If that doesn't work, than it could also be that the used Certificate has expired. So check if your Certificate is still valid.

    0 讨论(0)
  • 2020-11-28 20:19

    I encountered similar situation. However, my solution was somehow different.

    Noticing that you are trying to submit next build, please make sure your previous build is excluded from App Store submit form before uploading new build.

    I'm not sure why this has to be an issue, but it seems like that the submit form should be cleared before receiving new build.

    0 讨论(0)
  • 2020-11-28 20:20

    Had the same problem - uploaded my .ipa through the Application Loader.

    0 讨论(0)
  • 2020-11-28 20:22

    Close any projects or workspace windows you have open in Xcode but leave Organizer window open and re-submit worked for me.

    0 讨论(0)
  • 2020-11-28 20:26

    Had the same problem today. Problem turned out I still had the Reveal Framework included in my project. Make sure you don't have any non-public API usage in your archive.

    0 讨论(0)
  • 2020-11-28 20:28

    I created an .ipa file using the Export utility in Organizer, then ran Application Loader. Selected the 'Deliver Your App' button. Choose the new created ipa file and the file appeared in iTuneConnect under the pre-release tab as expected for TestFlight distribution.

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