On our converted Advanced NSOperation sample code (WWDC'15), I am facing nasty crash (EXEC_BAD_ACCESS) on ios 10.3 simultor while working smoothly on other simulator.
What i mean nasty is, the break point is stopped on bellow :
var retval: [String : Any] = [ : ]Since i can not find any release note/ change log for ios 10.3, I wonder is there significant changes on Concurrency on iOS 10.3 ?
The crash only happen if i run test suite, it passes on single test execution.
update, here is some logs when it crash/stop:
2017-04-10 14:47:41.275 xctest[4783:198593] +[Swift._RawNativeDictionaryStorage addCompletionBlock:]: unrecognized selector sent to class 0x11e6bfb28
2017-04-10 14:47:44.241243+0900 xctest[4783:198693] Invalid connection: com.apple.coresymbolicationd
Invalid connection: com.apple.coresymbolicationdThanks.