前提・実現したいこと
ここに質問の内容を詳しく書いてください。
現在、Flutter(名前はdirectです)でアプリ開発をしています。
flutter pub getの後にFlutter runでiOSシミュレータを立ち上げる際にエラーメッセージが発生し立ち上がりません。
発生している問題・エラーメッセージ
utsunomiya@utsunomiyanoMacBook-Pro direct % flutter run Launching lib/main.dart on iPhone 11 in debug mode... Running pod install... 1.3s Running Xcode build... Xcode build done. 4.3s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ note: Using new build system note: Building targets in parallel note: Planning build note: Constructing build description error: /Users/utsunomiya/development/direct/ios/Flutter/Debug.xcconfig: unable to open file (in target "Runner" in project "Runner") (in target 'Runner' from project 'Runner') error: /Users/utsunomiya/development/direct/ios/Flutter/Debug.xcconfig: unable to open file (in target "Runner" in project "Runner") (in target 'Runner' from project 'Runner') error: /Users/utsunomiya/development/direct/ios/Flutter/Debug.xcconfig: unable to open file (in target "Runner" in project "Runner") (in target 'Runner' from project 'Runner') warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner') warning: Mapping architecture armv7 to i386. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'camera' from project 'Pods') warning: Mapping architecture arm64 to x86_64. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'camera' from project 'Pods') Could not build the application for the simulator. Error launching application on iPhone 11.
試したこと
1.rm ios/Podfile パッケージをupgradeするために以下を記入しました。 2.pub upgrade 3.pub run
しかし、2の実行時に以下のエラーが生じてしおります。
utsunomiya@utsunomiyanoMacBook-Pro direct % pub upgrade Resolving dependencies... Because direct depends on flutter_test any from sdk which doesn't exist (the Flutter SDK is not available), version solving failed. Flutter users should run `flutter pub get` instead of `pub get`.
このエラーからpub getを行いました。
しかし結果として上記のエラーと同じになります。
pubに原因があると思いCocoaPods インストールをしてflutter runをしてもXcodeのビルドエラーが生じてしまいました。
補足情報(FW/ツールのバージョンなど)
チュートリアルとして公式Flutterホームページは動きました。
しかし,directでは上記のようなエラーが生じてしまいます。
何かアドバイス頂けると幸いです。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。