LoginSignup
14
10

More than 5 years have passed since last update.

resource fork, Finder information, or similar detritus not allowed と出てシミュレータ環境用にビルドできない時

Posted at

状況

  • 突然xcodeでシミュレータ用にビルドができなくなった
  • 実機用にはビルドでき、正常にインストールできる

エラーのキャプチャ例

tkonline_xcworkspace.jpg

対応

  • ターミナル起動
  • プロジェクトのルート・ディレクトリまで移動
find . | xargs -0 xattr -c
sudo xattr -rc .

これで正常に作動するようになった。

参考

14
10
2

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
14
10