[✓] Flutter (Channel master, 3.37.0-1.0.pre-395, on macOS 26.1 25B5042k darwin-arm64, locale en-IN) [1,136ms]
• Flutter version 3.37.0-1.0.pre-395 on channel master at /Users/tirthpatel/Development/flutter_master/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ddbc920ace (10 hours ago), 2025-10-02 22:15:32 -0400
• Engine revision ddbc920ace
• Dart version 3.10.0 (build 3.10.0-275.0.dev)
• DevTools version 2.50.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios,
enable-custom-devices, cli-animations, enable-native-assets, enable-swift-package-manager, omit-legacy-version-file,
enable-lldb-debugging
[✓] Android toolchain - develop for Android devices (Android SDK version 36.0.0) [10.3s]
• Android SDK at /Users/tirthpatel/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.7+-13880790-b1038.58)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 26.0.1) [656ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17A400
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [8ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Connected device (3 available) [5.8s]
• iPhone 16 (mobile) • 5C14D591-84B7-4D47-91CA-7E269334505C • ios • com.apple.CoreSimulator.SimRuntime.iOS-26-0 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 26.1 25B5042k darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 140.0.7339.214
[✓] Network resources [1,032ms]
• All expected network resources are available.
• No issues found!
[✓] Flutter (Channel stable, 3.35.5, on macOS 26.1 25B5042k darwin-arm64, locale en-IN) [306ms]
• Flutter version 3.35.5 on channel stable at /Users/tirthpatel/Development/flutter_3.35.5/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ac4e799d23 (7 days ago), 2025-09-26 12:05:09 -0700
• Engine revision d3d45dcf25
• Dart version 3.9.2
• DevTools version 2.48.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, enable-custom-devices, cli-animations,
enable-swift-package-manager, enable-lldb-debugging
[✓] Android toolchain - develop for Android devices (Android SDK version 36.0.0) [945ms]
• Android SDK at /Users/tirthpatel/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.7+-13880790-b1038.58)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 26.0.1) [545ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17A400
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [111ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2025.1) [111ms]
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.7+-13880790-b1038.58)
[✓] IntelliJ IDEA Ultimate Edition (version 2025.1.3) [110ms]
• IntelliJ at /Applications/IntelliJ IDEA.app
• Flutter plugin version 86.0.2
• Dart plugin version 251.27623.5
[✓] IntelliJ IDEA Community Edition (version 2025.1.3) [48ms]
• IntelliJ at /Applications/IntelliJ IDEA CE.app
• Flutter plugin version 86.0.2
• Dart plugin version 251.26927.39
[✓] VS Code (version 1.104.3) [7ms]
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.120.0
[✓] Connected device (3 available) [5.8s]
• iPhone 16 (mobile) • 5C14D591-84B7-4D47-91CA-7E269334505C • ios • com.apple.CoreSimulator.SimRuntime.iOS-26-0 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 26.1 25B5042k darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 140.0.7339.214
[✓] Network resources [1,017ms]
• All expected network resources are available.
• No issues found!
Steps to reproduce
PS - Switching back to stable from master does not cause this error.
Note - If you run the project first with master and then switch to stable it also fails. It is not specific to iOS 26. Observed similar behaviour on iOS 18 as well.
I first noticed this about 1-2 weeks ago, but thanks to @huycozy we decided to report it earlier.
Expected results
App should run fine without error while switching Flutter version.
Actual results
App fails to run when switching Flutter versions. running flutter clean before switching works as a workaround, but it only masks the underlying bug.
Code sample
Code sample (Counter App)
Screenshots or Video
Screenshots / Video demonstration
Not Needed
Logs
Logs
Verbose Logs
output.txt
Flutter Doctor output
Doctor output