LoginSignup
15
15

More than 5 years have passed since last update.

ビルド時に The operation couldn’t be completed. (LaunchServicesError error 0.)でシミュレーター起動できない時

Posted at

現象

podinstallしたらシミュレーター起動しなくなった

解決方法

XcodeのDerivedDataを削除する

$ rm -rf ~/Library/Developer/Xcode/DerivedData/*
DerivedDataはプロジェクトのインデックスやビルド時の生成物、ログ、キャッシュなどがあり、削除してもまたビルドすると生成されるので問題ない。

15
15
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
15
15