Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The operation couldn’t be completed. (OSStatus error -600.) Cant run app in simulator

Using XCode 6.3.1 , SDK 8.3

Suddenly my app stopped running in (any) simulator and Xcode throws error

The operation couldn’t be completed. (OSStatus error -600.)

Tried cleaning, reset content and setting and even restarting my Mac.

Is there anything I can do to run my app in simulator.

like image 718
riyaz Avatar asked Sep 29 '15 06:09

riyaz


4 Answers

Just quit your iOS Simulator then reopen the simulator then build your source Now it will work.

like image 141
abdul sathar Avatar answered Nov 04 '22 13:11

abdul sathar


  • if you run on the simulator -> relaunch the simulator
  • if you run on real device -> reconnect the device
like image 42
Monir Khlaf Avatar answered Nov 04 '22 13:11

Monir Khlaf


I encountered this issue on a 9.1 simulator. I was able to successfully run my app after doing a CLEAN, switching to an 8.4 simulator, compiling (successfully) and then switching back to 9.1 and running.

like image 2
mobilecat Avatar answered Nov 04 '22 14:11

mobilecat


Solved it just by restarting the computer. Don't know what it means, but it can be fixed that way! Cheers

like image 1
mavesonzini Avatar answered Nov 04 '22 12:11

mavesonzini