##問題
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」を実行。
その後、再ビルドすればいけるはず・・。