LoginSignup
1
2

More than 3 years have passed since last update.

Xcodeのworkspaceが急に開けなくなった(起動できなくなった)

Last updated at Posted at 2021-03-22

症状

XcodeでiOSアプリを開発してて、ある日Xcodeを起動しようと対象のworkspaceを選択したところ、そのままお亡くなりになられた。。。
何度再起動してもダメで、レポート読んでも

IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments

うんわからん。

解決

https://developer.apple.com/forums/thread/123204
ここに書いてあった

I was having the same crash on XCode 11.2.1 . I went on to "Show package contents" of the ".xcworkspace" workspace directory and deleted "xcuserdata" folder. This resolved the crash for me. 

で解決!

finderから対象の.xcworkspaceを右クリック、「パッケージの内容を表示」

xcuserdataディレクトリ内の「自分のログイン名.xcuserdatad」ディレクトリを削除

Xcodeからworkspace起動

起動した!!!!!!!!!

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