元文系大学生iOSアプリ開発ブログ

全くのプログラミング初心者の私がiOSアプリ開発でつまづいたところなどを中心に記事にして行きます。

移転しました。

約3秒後に自動的にリダイレクトします。

//https://rils-k.hatenablog.com/entry/2019/03/03/002057

framewark

(linker command failed with exit code 1 (use -v to see invocation)) やCould not build Objective-C module 'Firebase' やFirebaseCore.h' file not foundのエラー回避の一例

Firebaseをcocoapodsなどでインポートすると (linker command failed with exit code 1 (use -v to see invocation)) , Could not build Objective-C module 'Firebase' , FirebaseCore.h' file not found こんなエラーが出てくる 人により症状が違うので こ…

`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project

admobを使おうとしたらこのエラーが出ました admobやFirebaseを使うには GoogleService-Info をダウンロードしてプロジェクトに追加しなくてはなりません。 それで私はFirebaseのSDK setupにそって確実に進めたつもりでしたがエラーが出ました `[FIRApp conf…