1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

iOS Simulatorで"The operation couldn’t be completed. (OSStatus error -600)"

Last updated at Posted at 2016-03-05

現象

XcodeでビルドターゲットをシミュレータにしてRunすると突然

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

のアラート

原因

$ macerror -600
Mac OS error -600 (procNotFound): no eligible process with specified descriptor

前回プロセスが正常に終了しなかったのが原因。
そう言えば昨日ChromeがクラッシュしてMacが強制ログアウトした。

解決策

シミュレータ再起動やMac再ログインでも改善せず。
結局Mac再起動で解決。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?