I am facing this bug when running my flutter code on iOS. The app crashed only when I use my flutter_pdfview package. The app is able to be built but just crashed when that package is used.
Only happened to iOS 18
Tried looking for answers online but found none close to what I am experiencing. Hypothesis is something to do with the package.
[✓] Flutter (Channel stable, 3.16.5, on macOS 15.0.1 24A348 darwin-arm64, locale en-GB)
• Flutter version 3.16.5 on channel stable at /Users/zxerston/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 78666c8dc5 (10 months ago), 2023-12-19 16:14:14 -0800
• Engine revision 3f3e560236
• Dart version 3.2.3
• DevTools version 2.28.4
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
• Android SDK at /Users/zxerston/Library/Android/sdk
• Platform android-34, build-tools 31.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16A242d
• CocoaPods version 1.15.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2020.3)
• 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 11.0.10+0-b96-7281165)
[✓] VS Code (version 1.94.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.98.0
[✓] Connected device (3 available)
• iPhone 16 Pro Max (mobile) • AD57B575-28BE-48A4-8003-A6DBA20DFB82 • ios • com.apple.CoreSimulator.SimRuntime.iOS-18-0 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 15.0.1 24A348 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 129.0.6668.100
! Error: Browsing on the local area network for YONG XUN’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)
[✓] Network resources
• All expected network resources are available.
• No issues found!
Hi everyone,
I am facing this bug when running my flutter code on iOS. The app crashed only when I use my flutter_pdfview package. The app is able to be built but just crashed when that package is used.
Only happened to iOS 18
Tried looking for answers online but found none close to what I am experiencing. Hypothesis is something to do with the package.
Hope to get any insights. Thanks!
Logs:
Flutter doctor: