前提・実現したいこと
Flutterでこちらの記事を参考に、シンプルなFireBaseとの連携アプリを作ろうとしております。
しかし、実行すると以下のようなエラーが出ます。
解決方法をご存知の方がいらっしゃればご教授願いたいです。
発生している問題・エラーメッセージ
Running "flutter pub get" in post2... Launching lib/main.dart on iPhone 12 Pro Max in debug mode... Running pod install... Running Xcode build... Xcode build done. 1752.8s Failed to build iOS app Error output from Xcode build: ↳ BUILD FAILED Xcode's output: ↳ /Users/Desktop/develop/post2/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/GULLogger.m:130:20: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] void GULResetLogger() { ...長いため省略... 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'GoogleAppMeasurement' from project 'Pods') /Users/okamotoyuma/Desktop/develop/post2/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flutter' from project 'Pods') Could not build the application for the simulator. Error launching application on iPhone 12 Pro Max.
試したこと
以下の記事に書いてあることは試してみましたがダメでした。
・XCODEで注意マークが出ている部分を解消する。
https://qiita.com/hazime22/items/6c6240e7dd8c2cafdcc0
・flutter cleanなどの実行
https://zenn.dev/al_rosa/articles/b1f6a1e20b4dbd
補足情報(FW/ツールのバージョンなど)
massanmesu様に教えていただいた、XCODEのteamを編集するという対処法を行おうとしましたが、teamの設定方法が分からず実行できておりません。(写真は、teamと検索した結果です)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/08/30 10:26 編集