Xcode 6 crashes when validating or submitting app archive

后端 未结 12 1771
误落风尘
误落风尘 2020-12-23 16:02

This worked fine 2 days ago using the exact same archive and provisioning profile (selected from the organizer). Anyone else seeing this? I haven\'t updated Xcode, so it see

12条回答
  •  梦毁少年i
    2020-12-23 16:55

    I have used bagusflyer's workaround to submit app, but finally I found out how to solve it permanently.

    Here is the solution:

    1. Accept new changed terms and condition from apple developer account. (Just like Sandeep said)

    2. Go to here to generate new provision profiles, for App Store & AdHoc (Tutorial)

    3. Double click new provision profiles you downloaded to install them, and then XCode will never crash.

    The problem is caused by XCode 6.0 does not handle provision profile migration properly. Developers should regenerate provision profiles for XCode 6+, but Xcode 6.0 fails to display this error message properly and crashes. (If you use XCode 6.1 Beta, it will display error messages for you, no crash. Then you will know that the problem is caused by "invalid"=="legacy" provision profile.)

    After that, you can submit app and export Ad Hoc distribution for Testflight.

提交回复
热议问题