Xcode 6 crashes when validating or submitting app archive

后端 未结 12 1782
误落风尘
误落风尘 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条回答
  •  暖寄归人
    2020-12-23 16:49

    These steps works with Xcode 7.x:

    • close Xcode
    • launch Disk Utility, make a First Aid to your OSX disk
    • open Xcode, go to Window - Project and clean your project Derived Data
    • open Window - Organizer
    • open Xcode - Preferences - Account and remove and re-add your account
    • launch your project
    • go to both project and target - Build settings - Build Options (settings) and set "Enable Bitcode" to NO ( if your project don't use bitcode)
    • select a real device and build and run your project to the device
    • go to product and launch archive

提交回复
热议问题