Since upgrading to Mojave I have been getting the following error when I try to run the simulator.
The simulator runs when you acknowledge the error, but the app is not uploaded from Xcode to the simulator.
If I connect an actual device I can build and run the app no problem. I have tried this with a few different apps so it doesn't appear to be app specific.
The log in the Mac console shows:
default 11:13:49.003902 +1000 Xcode iOSSimulator: Could not launch simulator: -600
default 11:13:49.004097 +1000 Xcode iOSSimulator: <DVTiPhoneSimulator (0x7fd0b309d380), iPhone X, unknown class, 12.2 (16E226), FAA893B1-BCCB-402E-87DD-24DC7710B4A5> could not launch simulator for com.apple.platform.iphonesimulator
What I have tried:
- Turn it off and on again. Xcode, simulator and laptop.
- Cleaned the build folder and deleted derived data.
- None of the solutions from this stack overflow question worked.
- I also tried the solution from this question (albeit it was a different error) but it doesn't work either.
- I looked up OSStatus error -600 on google - it is procNotFound, which didn't really help much. It means no eligible process with specified descriptor
Any suggestions would be appreciated!