Xcode 8 iOS 10 simulator won't run

Hi guys,


Is anybody having the same issue as mine? Or have any idea to fix it? (I've tried resetting the simulator, clean project, restart Xcode 8, restart the machine, but none of them worked).


My app runs just fine with Xcode 7's simulators but not Xcode 8 simulator. I keep getting this error and it stopped right there.


I keep getting this error when trying to run -----> "The operation couldn’t be completed. (LSApplicationWorkspaceErrorDomain error -101.)


Thanks all.

I did the same thing--anhilated exerythinhg that had to do with Xcode in the slightest--and then did a fresh clean install of XCode 8.

Problem is, I'm still having the same issue occur. The complete wipe didn't fix whatever is going wrong.


Something is happening right as the device starts to launch the application, and it tanks the whole process.

It doesn't even make it to the Application Delegate (didLaunchWithOptions:blah) calls before this nasty bugger: https://forums.developer.apple.com/message/91866#91866


If you set a break point litterally in the main method of the app, it does hit that breakpoint. But the app crashes immediately after you "continue" past that breakpoint.


I hope Apple is looking into this...

I change Xcode version 8.3.3 between 9.0-beta, I found this problem too. I solve this Problem by change Deployment Info -> Deployment Target to higher version or lower version. Hope to help you!

Xcode 8 iOS 10 simulator won't run
 
 
Q