Hi,
Been trying to submit to iTunes Connect, everything was working fine the week of the WWDC 2015. Tried to post up our final build this week and the Organizer has started crashing in iTunes Connect component with the "Submit to Store" button. I have filed a TSR, snippet of stack back trace below.
I can work around by using the Application Loader 3.1, but getting new error:
Non-public API usage with SockPuppetGizmo
The above error had not been thrown prior to yesterday and I have been submitting the same App with a couple of of bug fixes over the last 2 weeks. I can find a reference to a GitHub SockPutterGizmo project and this appears to be watchOS1 / 8.2 SDK private headers that we are not trying to implement.
Wondering if anyone else is having trouble trying to submit their 1st Watch App to the store this week and experiencing similar porblems?
This crash started occuring on 6/17/15, hopefully fixed in Xcode 6.3.3 or Xcode 6.4 when it goes final.
-=-=-=-=
12 0x00007fff92ad3c46 _CFXPreferencesReplaceValuesInNamedVolatileSource (in CoreFoundation)
13 0x00007fff91055027 -[NSUserDefaults(NSUserDefaults) setVolatileDomain:forName:] (in Foundation)
14 0x000000011f640a13 -[NSUserDefaults(ITunesConnectFoundationExtensions) REPLACEMENT_setVolatileDomain:forName:] (in ITunesConnectFoundation)
15 0x000000011f640f87 -[NSUserDefaults(ITunesConnectFoundationExtensions) synchronizeRegistrationDomains] (in ITunesConnectFoundation)
16 0x000000011f640d5d -[NSUserDefaults(ITunesConnectFoundationExtensions) registerPriorityDefaults:] (in ITunesConnectFoundation)
17 0x000000011f63269e -[MZJSONServiceClient processApplicationSettings:] (in ITunesConnectFoundation)
18 0x000000011f632d7d -[MZJSONServiceClient connectionDidFinishLoading:] (in ITunesConnectFoundation)
19 0x00007fff8c37b24d __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke (in CFNetwork)
20 0x00007fff8c37b0b1 -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] (in CFNetwork)
21 0x00007fff8c37afb7 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] (in CFNetwork)
22 0x00007fff8c37bf74 ___ZN27URLConnectionClient_Classic26_delegate_didFinishLoadingEU13block_pointerFvvE_block_invoke (in CFNetwork)
23 0x00007fff8c42f763 ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2 (in CFNetwork)
24 0x00007fff8c2cea1c RunloopBlockContext::_invoke_block(void const*, void*) (in CFNetwork)
25 0x00007fff92ae4664 CFArrayApplyFunction (in CoreFoundation)
26 0x00007fff8c2ce8dd RunloopBlockContext::perform() (in CFNetwork)