[✓] Flutter (Channel stable, 3.38.7, on macOS 26.2 25C56 darwin-arm64, locale de-DE) [603ms]
• Flutter version 3.38.7 on channel stable at /Users/luisgraml/development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 3b62efc2a3 (3 weeks ago), 2026-01-13 13:47:42 -0800
• Engine revision 78fc3012e4
• Dart version 3.10.7
• 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, enable-uiscene-migration
[✓] Android toolchain - develop for Android devices (Android SDK version 36.0.0-rc5) [2,2s]
• Android SDK at /Users/luisgraml/Library/Android/sdk
• Emulator version 36.3.10.0 (build_id 14472402) (CL:N/A)
• Platform android-36, build-tools 36.0.0-rc5
• 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.8+-14196175-b1038.72)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 26.2) [1.965ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17C52
• 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) [6,4s]
• iPhone 16e (mobile) • E1D6A4B8-3396-41E6-ABEE-29D9298EEFFC • ios • com.apple.CoreSimulator.SimRuntime.iOS-26-1 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 26.2 25C56 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 144.0.7559.110
! Error: Browsing on the local area network for iPhone von Luis. 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 [291ms]
• All expected network resources are available.
• No issues found!
What package does this bug report belong to?
webview_flutter
What target platforms are you seeing this bug on?
iOS
Have you already upgraded your packages?
Yes
Dependency versions
pubspec.lock
Steps to reproduce
google_mobile_adsteam (MobileAds.instance.registerWebView breaks application after UIScene Lifecycle Update googleads/googleads-mobile-flutter#1399) but was asked to file the issue here.Expected results
The application runs without problems and displays the flutter.dev page inside the webview.
Actual results
The application crashes on startup
Code sample
Code sample
Run
flutter create bug, add dependenciesgoogle_mobile_adsandwebview_flutterand update files as follows:main.dart
following official flutter docs to migrate to UISceneDelegate:
ios/Runner/Info.plist
ios/Runner/AppDelegate.swift
Screenshots or Videos
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
verbose-log.txt
Flutter Doctor output
Doctor output