「Ios/firebase/基本」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==Use of undeclared identifier 'FIRApp'が発生するとき== 以下を実行して、podsにfirebaseが入ってることを確認する $ pod update」) |
|||
行2: | 行2: | ||
以下を実行して、podsにfirebaseが入ってることを確認する | 以下を実行して、podsにfirebaseが入ってることを確認する | ||
$ pod update | $ pod update | ||
+ | |||
+ | 参考:https://stackoverflow.com/questions/38009174/use-of-unresolved-identifier-firapp |
2020年8月14日 (金) 16:04時点における版
Use of undeclared identifier 'FIRApp'が発生するとき
以下を実行して、podsにfirebaseが入ってることを確認する
$ pod update
参考:https://stackoverflow.com/questions/38009174/use-of-unresolved-identifier-firapp