背景
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関連のエラーな事だけは分かった。
難しそうな事ばかり書かれていたので、とりあえず再インストールしたら治った。