[✓] Flutter (Channel stable, 3.35.7, on macOS 15.6.1 24G90 darwin-arm64, locale en-US) [570ms]
• Flutter version 3.35.7 on channel stable at /Users/robert/fvm/versions/3.35.7
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision adc9010625 (8 weeks ago), 2025-10-21 14:16:03 -0400
• Engine revision 035316565a
• 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, cli-animations, enable-lldb-debugging
[!] Android toolchain - develop for Android devices (Android SDK version 36.0.0) [2.2s]
• Android SDK at /Users/robert/Library/Android/sdk
• Emulator version 35.6.11.0 (build_id 13610412) (CL:N/A)
• Platform android-36, build-tools 36.0.0
• ANDROID_HOME = /Users/robert/Library/Android/sdk
• Java binary at: /Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home/bin/java
This JDK is specified in your Flutter configuration.
To change the current JDK, run: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment Temurin-17.0.15+6 (build 17.0.15+6)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 16.4) [1,346ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16F6
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [6ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2025.1) [5ms]
• 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.6+-13391695-b895.109)
[✓] VS Code (version 1.106.3) [5ms]
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.124.0
[✓] Connected device (4 available) [9.7s]
• Robert’s iPhone (wireless) (mobile) • 00008110-000275E03ABA401E • ios • iOS 18.6.2 22G100
• iPhone 16 Pro (mobile) • AB3B6931-4BDD-4A43-854F-54FBC35D9DD5 • ios • com.apple.CoreSimulator.SimRuntime.iOS-18-5 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 15.6.1 24G90 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 143.0.7499.111
[✓] Network resources [270ms]
• All expected network resources are available.
! Doctor found issues in 1 category.```
</details>
What package does this bug report belong to?
camera
What target platforms are you seeing this bug on?
iOS
Have you already upgraded your packages?
Yes
Dependency versions
pubspec.lock
(camera_avfoundation example)Steps to reproduce
videoWriter?.startWritingcall fail (or simulate it by commenting it out) inDefaultCamera.setUpVideoRecordingExpected results
No crash and error (in case of startWriting failing, this won't happen when we simulate it) reported back to the Flutter side
Actual results
Crash
Code sample
Can be reproduced using the camera_avfoundation example
Screenshots or Videos
No response
Logs
Logs
Flutter Doctor output
Doctor output