[!] Flutter (Channel [user-branch], 3.38.3, on macOS 26.2 25C56 darwin-arm64, locale en-US) [105ms]
• Framework revision 19074d12f7 (13 days ago), 2025-11-20 17:53:13 -0500
• Engine revision 13e658725d
• Dart version 3.10.1
• DevTools version 2.51.1
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android,
enable-ios, cli-animations, enable-native-assets, omit-legacy-version-file, enable-lldb-debugging
• If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly
to perform update checks and upgrades.
[✗] Android toolchain - develop for Android devices [57ms]
✗ Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/to/macos-android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
[!] Xcode - develop for iOS and macOS (Xcode 26.2) [146ms]
• Xcode at /Applications/Xcode-beta.app/Contents/Developer
• Build 17C5038g
✗ CocoaPods not installed.
CocoaPods is a package manager for iOS or macOS platform code.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/to/platform-plugins
For installation instructions, see https://guides.cocoapods.org/using/getting-started.html#installation
[✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google
Chrome) [4ms]
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Connected device (2 available) [5.5s]
• Victoria’s iPad (mobile) • 00008112-0006112A3C03401E • ios • iOS 26.2 23C5027f
• macOS (desktop) • macos • darwin-arm64 • macOS 26.2 25C56 darwin-arm64
[✓] Network resources [165ms]
• All expected network resources are available.
! Doctor found issues in 4 categories.
Steps to reproduce
flutter doctorbelowflutter create my_appflutter runon a physical iOS 26 devicesApp crashes
Expected results
App should not crash
Actual results
The Flutter CLI crashes with
But the real issue is that the app is crashing on launch, so Flutter is failing to connect.
Code sample
Use create template
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
Flutter Doctor output
Doctor output