The operation couldn’t be completed. (OSStatus err

2019-04-04 08:57发布

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.

5条回答
等我变得足够好
2楼-- · 2019-04-04 09:07

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

查看更多
Juvenile、少年°
3楼-- · 2019-04-04 09:11

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

查看更多
爷的心禁止访问
4楼-- · 2019-04-04 09:16

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

查看更多
虎瘦雄心在
5楼-- · 2019-04-04 09:22

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.

查看更多
叼着烟拽天下
6楼-- · 2019-04-04 09:23

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.

查看更多
登录 后发表回答