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

懵懂的女人 提交于 2019-12-18 18:59:46

问题


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.


回答1:


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




回答2:


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.




回答3:


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




回答4:


The error code says procNotFound. What helped me was simply to reset simulator content and settings, then close it and try to run the project again.




回答5:


Some LSApplicationQueriesScheme do not work on Simulator. So run it on iPhone device. This worked for me.




回答6:


  • if you run on the simulator -> relaunch the simulator
  • if you run on real device -> reconnect the device


来源:https://stackoverflow.com/questions/32836984/the-operation-couldn-t-be-completed-osstatus-error-600-cant-run-app-in-simu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!