Ios/firebase/基本
提供: 初心者エンジニアの簡易メモ
Use of undeclared identifier 'FIRApp'が発生するとき
以下を実行して、podsにfirebaseが入ってることを確認する
$ pod update
参考:https://stackoverflow.com/questions/38009174/use-of-unresolved-identifier-firapp
以下を実行して、podsにfirebaseが入ってることを確認する
$ pod update
参考:https://stackoverflow.com/questions/38009174/use-of-unresolved-identifier-firapp
|