Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 9 crashes while exporting ipa from archive

Tags:

xcode

ios

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 Development or AdHoc Distribution. The Xcode 9 crashes. I even added 'compile bitcode' option in the app's info.plist. I am able to create an ipa with the same project in Xcode 8.

Bug report :

Process:               Xcode [6854]
Path:                  /Applications/Xcode9.0.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               9.0 (13247)
Build Info:            IDEFrameworks-13247000000000000~26
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [6854]
User ID:               501

Date/Time:             2017-11-07 16:13:32.644 +0530
OS Version:            Mac OS X 10.12.6 (16G29)
Report Version:        12
Anonymous UUID:        E7160691-62F7-DE54-A767-EF456EC37FEC


Time Awake Since Boot: 10000 seconds

System Integrity Protection: enabled

Crashed Thread:        15  Dispatch queue: ConcurrentQueue: -[IDEDistributionPackagingStepViewController viewDidInstall]_block_invoke

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000020
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [0]

VM Regions Near 0x20:
--> 
    __TEXT                 000000010b094000-000000010b096000 [    8K] r-x/rwx SM=COW  /Applications/Xcode9.0.app/Contents/MacOS/Xcode

Application Specific Information:
ProductBuildVersion: 9A235

....
like image 789
nitin k m p Avatar asked Nov 07 '17 11:11

nitin k m p


1 Answers

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.

like image 56
devios1 Avatar answered Oct 06 '22 17:10

devios1