LoginSignup
0
0

More than 1 year has passed since last update.

「resource fork, Finder information, or similar detritus not allowed」が出た時の対処方法

Posted at

事象

  • Xcodeプロジェクト内の外部フレームワークファイルの差し替えてビルドしたら、タイトル通りのエラーが出てきた。

環境

  • MacOS 12.6.3
  • Xcode14.1

対処方法

  • ターミナルでプロジェクトルートへ移動
  • プロジェクトルートで以下のコマンドを実行
  • xattr -rc ./
  • Xcodeでプロジェクトをクリーンする

参考ページ

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