$ flutter doctor -v
[✓] Flutter (Channel master, 3.33.0-1.0.pre-1368, on macOS 15.6 24G84 darwin-arm64, locale en-AU) [809ms]
• Flutter version 3.33.0-1.0.pre-1368 on channel master at /Users/brett/flutter
• Upstream repository https://github.com/flutter/flutter
• Framework revision b0c8612eda (2 hours ago), 2025-08-12 11:44:43 -0700
• Engine revision b0c8612eda
• Dart version 3.10.0 (build 3.10.0-88.0.dev)
• DevTools version 2.49.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets, enable-lldb-debugging
[!] Android toolchain - develop for Android devices (Android SDK version 36.0.0) [1,488ms]
• Android SDK at /Users/brett/Library/Android/sdk
• Emulator version 36.1.9.0 (build_id 13823996) (CL:N/A)
• Platform android-36, build-tools 36.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 16.4) [539ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16F6
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [4ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Connected device (2 available) [5.6s]
• macOS (desktop) • macos • darwin-arm64 • macOS 15.6 24G84 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 139.0.7258.67
! Error: Browsing on the local area network for Brett’s iPad. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for Brett’s iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources [985ms]
• All expected network resources are available.
! Doctor found issues in 1 category.
Steps to reproduce
mainbranchflutter run --enable-flutter-gpu -d macos, it works as expected--enable-flutter-gpu. It dies a horrible death.Note this is happening even with
FLTEnableFlutterGPUkey inmacos/Runner/Info.plistExpected results
I expect that
FLTEnableFlutterGPUkey inmacos/Runner/Info.plistshould be sufficient to enable Flutter GPU on macOS.Actual results
Not so much
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
Flutter Doctor output
Doctor output