MT5209: Error: framework not found FirebaseCoreDiagnostics Native linking
Xamarin.iOS でビルドしたら以下のようなエラーが出るようになりました。
1 2 3 4 5 |
MT5209: Error: framework not found FirebaseCoreDiagnostics (tohokatsu.iOS) Native linking Error MT5201: Native linking failed. Please review the build log and the user flags provided to gcc: -ObjC -ObjC -lc++ -lsqlite3 -lz -ObjC -lc++ -lsqlite3 -lz (MT5201) Error: linker command failed with exit code 1 (use -v to see invocation) |
Firebase 周りの Nuget パッケージが複数インストールされているプロジェクトでしたが、バージョンが揃っていないことでこのエラーが出るようになっていました。
Xamarin.Firebase.iOS.* の全ての Nuget パッケージを最新版に更新したところエラ〜が消えてビルドできるようになりました。