I'm new to iOS Development and may very well have missed something relevant.
I have an app developed in Xcode and tested with development devices so that I know that it's working properly.
I have created the record in iTunes Connect and gone through the steps to enable status 'Waiting for Upload'
In Build Settings I set the provisioning profile I created for the app and the Code Signing Identity connected to that provisioning profile.
When I go to Organizer -> Archives to Upload the app everything seems to be working, I've tried both Validate and Distribute but I get the same XCode error every time.
Here's the beginning of the Error Message I get from XCode, let me know if there's needed more information.
Process: Xcode [1920]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 5.0 (3332.25)
Build Info: IDEApplication-3332025000000000~2
App Item ID: 497799835
App External ID: 38302662
Code Type: X86-64 (Native)
Parent Process: launchd [129]
User ID: 501
Date/Time: 2013-09-20 11:37:11.767 +0200
OS Version: Mac OS X 10.8.5 (12F37)
Report Version: 10
Interval Since Last Report: 8761 sec
Crashes Since Last Report: 8
Per-App Interval Since Last Report: 5941 sec
Per-App Crashes Since Last Report: 8
Anonymous UUID: B3570A30-11F9-5E70-9890-7B380C40FAE3
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT
Application Specific Information:
objc_msgSend() selector name: respondsToSelector:
ProductBuildVersion: 5A1413
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff91d39510 objc_msgSend_vtable5 + 16
1 com.apple.AppKit 0x00007fff8c52c3b2 +[NSTextInputContext currentInputContext] + 128
2 com.apple.AppKit 0x00007fff8c52bb81 -[NSApplication updateWindows] + 94
3 com.apple.AppKit 0x00007fff8c776d9f __38-[NSApplication setWindowsNeedUpdate:]_block_invoke_02349 + 76
4 com.apple.CoreFoundation 0x00007fff92a2f417 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
5 com.apple.CoreFoundation 0x00007fff92a2f381 __CFRunLoopDoObservers + 369
6 com.apple.CoreFoundation 0x00007fff92a0a7b8 __CFRunLoopRun + 728
7 com.apple.CoreFoundation 0x00007fff92a0a0e2 CFRunLoopRunSpecific + 290
8 com.apple.HIToolbox 0x00007fff9120ceb4 RunCurrentEventLoopInMode + 209
9 com.apple.HIToolbox 0x00007fff9120cb94 ReceiveNextEventCommon + 166
10 com.apple.HIToolbox 0x00007fff9120cae3 BlockUntilNextEventMatchingListInMode + 62
11 com.apple.AppKit 0x00007fff8c52a533 _DPSNextEvent + 685
12 com.apple.AppKit 0x00007fff8c529df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
13 com.apple.AppKit 0x00007fff8c5211a3 -[NSApplication run] + 517
14 com.apple.AppKit 0x00007fff8c4c5bd6 NSApplicationMain + 869
15 libdyld.dylib 0x00007fff8edcb7e1 start + 1
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…