Xcode 9 beta 6 - Export and Upload to App Store crashing

Hi,


I'm trying to upload my app that uses ARKit (Unity build) to iTunes Connect for TestFlight distribution. While both exporting and uploading to app store processes from Xcode -> Organizer I see crash on "Stripping extended attributes for APPNAME.app".


I checked all configuration of bitcode and symbols on/off, signing automatically, manually. Deployment target of my project is iOS 10, as 11 cannot be set.

I also tried following steps from simillar thread (https://forums.developer.apple.com/thread/83219) and added App Store 1024 icon to Images.xcassets.


Any ideas why Xcode is crashing?


Screenshot from just before the crash:

https://imgur.com/a/Jubft


Crash report:

Process:               Xcode [10862]
Path:                  /Applications/Xcode-9b6.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               9.0 (13238.4)
Build Info:            IDEFrameworks-13238004000000000~11
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [10862]
User ID:               501


Date/Time:             2017-09-10 14:56:10.196 +0100
OS Version:            Mac OS X 10.12.6 (16G29)
Report Version:        12
Anonymous UUID:        FD8390BC-9E7B-969D-15A2-22A8DBBD050D




Time Awake Since Boot: 16000 seconds


System Integrity Protection: enabled


Crashed Thread:        17  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                 0000000103625000-0000000103627000 [    8K] r-x/rwx SM=COW  /Applications/Xcode-9b6.app/Contents/MacOS/Xcode


Application Specific Information:
ProductBuildVersion: 9M214v


Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib         0x00007fffbb90634a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fffbb905797 mach_msg + 55
2   com.apple.CoreFoundation       0x00007fffa6037434 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation       0x00007fffa60368c1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation       0x00007fffa6036114 CFRunLoopRunSpecific + 420
5   com.apple.HIToolbox           0x00007fffa5596ebc RunCurrentEventLoopInMode + 240
6   com.apple.HIToolbox           0x00007fffa5596cf1 ReceiveNextEventCommon + 432
7   com.apple.HIToolbox           0x00007fffa5596b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
8   com.apple.AppKit               0x00007fffa3b2fa54 _DPSNextEvent + 1120
9   com.apple.AppKit               0x00007fffa42ab7ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
10  com.apple.dt.DVTKit           0x0000000103eb58be -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 390
11  com.apple.AppKit               0x00007fffa3b243db -[NSApplication run] + 926
12  com.apple.AppKit               0x00007fffa3aeee0e NSApplicationMain + 1237
13  libdyld.dylib                 0x00007fffbb7df235 start + 1

Thanks

Replies

I have the same problem even I'm not using ARKit. Did you find some solution to fix this problem?

I have the same problem here... frustrating... anyone got a solution????

same issues.

Almost same issue, different thread - unfortunately suggested solution did not work for me:
https://forums.developer.apple.com/thread/87647