0
0

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 1 year has passed since last update.

[Swift] エラー:Run script build phase 'Create Symlinks to Header Folders'

Posted at

背景

Venturaにアップデートしたらエラーが出た。ファイル自体を開くのが久しぶりなので原因は不明。

環境
M2macOS Ventura 13.0.1
Xcode 14.1

エラー内容

Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.

解決方法

CocoaPodsのライブラリを再インストール
1.Podfileを開いてライブラリの名前を消す
2.ターミナルから"pod update"
3.Podfileにライブラリの名前を書く
4.ターミナルから"pod update"

考察

M2macだったりVenturaだったりと環境が変わりすぎて原因は不明のまま。
調べたらcocoapods関連のエラーな事だけは分かった。
難しそうな事ばかり書かれていたので、とりあえず再インストールしたら治った。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?