まだどこにもないアプリを作る

アプリ開発でつまづいたところなどを中心に記事にして行きます。

2019-03-01から1日間の記事一覧

(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 こんなエラーが出てくる 人により症状が違うので こ…