[XCode][Cocoapods]ビルドエラー時の対処法
問題
Podfileに新しいライブラリ(Firebase/Core)を追加してビルドしたところ下記のようなエラーが出た。
ld: warning: directory not found for option '-F/Users/.../GoogleToolboxForMac'
ld: framework not found GoogleToolboxForMac
clang: error: linker command failed with exit code 1 (use -v to see invocation)
解決法
先輩に解決方法を教えてもらったのでφ(..)メモメモ。
1. Build Active Architecture Only を No に統一する
Build Settings のBuild Active Architecture Only をNoにする。
2. Clean Build Folder & Build
optionを押しながらProductメニューをクリックして、「Clean Build Folder」を実行。
その後、再ビルドすればいけるはず・・。
Author And Source
この問題について([XCode][Cocoapods]ビルドエラー時の対処法), 我々は、より多くの情報をここで見つけました https://qiita.com/nakamurau1@github/items/e4a810e21e626cf6f09a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .