Getting this error in builds 1115 & 1120
doesn’t happen in 1105
Cannot trace it to anything - have tried commenting out most of the code.
It happens in both apps we are developing.
It also seems to be linked to network.request calls not returning, although not executing the network.requests doesn’t seem to help.
The app sends out 4 network.request calls on starting, and only one replies.
In version 1105, all 4 calls return perfectly every time.
Any ideas?
2013-05-23 10:49:31.534 Corona Simulator[2110:707] -[CoronaURLConnection reportErrors]: unrecognized selector sent to instance 0x101a4f9e0 2013-05-23 10:49:31.538 Corona Simulator[2110:707] -[CoronaURLConnection reportErrors]: unrecognized selector sent to instance 0x101a4f9e0 2013-05-23 10:49:31.539 Corona Simulator[2110:707] ( 0 CoreFoundation 0x00007fff91097b06 \_\_exceptionPreprocess + 198 1 libobjc.A.dylib 0x00007fff8651d3f0 objc\_exception\_throw + 43 2 CoreFoundation 0x00007fff9112e40a -[NSObject(NSObject) doesNotRecognizeSelector:] + 186 3 CoreFoundation 0x00007fff9108602e \_\_\_forwarding\_\_\_ + 414 4 CoreFoundation 0x00007fff91085e18 \_CF\_forwarding\_prep\_0 + 232 5 network.dylib 0x00000001018c004a -[CoronaConnectionDelegate connection:didFailWithError:] + 206 6 Foundation 0x00007fff852a1528 \_\_65-[NSURLConnectionInternal \_withConnectionAndDelegate:onlyActive:]\_block\_invoke\_0 + 28 7 Foundation 0x00007fff852a146c -[NSURLConnectionInternal \_withConnectionAndDelegate:onlyActive:] + 227 8 Foundation 0x00007fff85418524 -[NSURLConnectionInternal \_withErrorForConnection:] + 105 9 CFNetwork 0x00007fff896ddd45 \_\_\_delegate\_didFail\_block\_invoke\_0 + 57 10 CFNetwork 0x00007fff8967ea7a \_\_\_withDelegateAsync\_block\_invoke\_0 + 90 11 CFNetwork 0x00007fff8970f2ea \_\_block\_global\_1 + 28 12 CoreFoundation 0x00007fff91035154 CFArrayApplyFunction + 68 13 CFNetwork 0x00007fff8966f7e4 \_ZN19RunloopBlockContext7performEv + 124 14 CFNetwork 0x00007fff8966f6bb \_ZN17MultiplexerSource7performEv + 221 15 CoreFoundation 0x00007fff91016b31 \_\_CFRUNLOOP\_IS\_CALLING\_OUT\_TO\_A\_SOURCE0\_PERFORM\_FUNCTION\_\_ + 17 16 CoreFoundation 0x00007fff91016455 \_\_CFRunLoopDoSources0 + 245 17 CoreFoundation 0x00007fff910397f5 \_\_CFRunLoopRun + 789 18 CoreFoundation 0x00007fff910390e2 CFRunLoopRunSpecific + 290 19 HIToolbox 0x00007fff87788eb4 RunCurrentEventLoopInMode + 209 20 HIToolbox 0x00007fff87788c52 ReceiveNextEventCommon + 356 21 HIToolbox 0x00007fff87788ae3 BlockUntilNextEventMatchingListInMode + 62 22 AppKit 0x00007fff8efc9563 \_DPSNextEvent + 685 23 AppKit 0x00007fff8efc8e22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 24 AppKit 0x00007fff8efc01d3 -[NSApplication run] + 517 25 AppKit 0x00007fff8ef64c06 NSApplicationMain + 869 26 Corona Simulator 0x0000000100002684 start + 52 )