Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on iOS v15.8.3 #1827

Open
ahmed-eg opened this issue Mar 9, 2025 · 0 comments
Open

Crash on iOS v15.8.3 #1827

ahmed-eg opened this issue Mar 9, 2025 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@ahmed-eg
Copy link

ahmed-eg commented Mar 9, 2025

Project working well with new version of iOS (v18) but when run it on old version like v15.8.3 it's crashes on startup.
but it working fine when remove the 'printing' package from the project.

Error from console:

flutter run
Launching lib/main.dart on TEST iPhone in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: 58R3L9DE5U
Running pod install...                                             51.8s
Running Xcode build...                                                  
 └─Compiling, linking and signing...                        20.1s
Xcode build done.                                           310.4s
(lldb) dyld[3743]: Symbol not found: (_$s10Foundation21NSKeyValueObservationCMn)
  Referenced from: '/private/var/containers/Bundle/Application/67A20AC6-3AA8-498D-B2A7-C8917C513D5A/Runner.app/Frameworks/printing.framework/printing'
  Expected in: '/System/Library/Frameworks/Foundation.framework/Foundation'
* thread #1, stop reason = signal SIGABRT
    frame #0: 0x00000001023ef2cc dyld`__abort_with_payload + 8
dyld`__abort_with_payload:
->  0x1023ef2cc <+8>:  b.lo   0x1023ef2e8               ; <+36>
    0x1023ef2d0 <+12>: stp    x29, x30, [sp, #-0x10]!
    0x1023ef2d4 <+16>: mov    x29, sp
    0x1023ef2d8 <+20>: bl     0x1023b564c               ; cerror_nocancel
Target 0: (Runner) stopped.
Installing and launching...                                        45.1s

Flutter Doctor:

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.29.0, on macOS 15.0.1 24A348 darwin-arm64, locale en-EG)
[✗] Android toolchain - develop for Android devices
    ✗ Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/to/macos-android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, please use
      `flutter config --android-sdk` to update to that location.

[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.97.2)
[✓] Connected device (4 available)
    ! Error: Browsing on the local area network for Ahmed’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)
    ! Error: Browsing on the local area network for Ahmed’s Apple Watch. Ensure the device is unlocked and discoverable via Bluetooth. (code -27)
[✓] Network resources

! Doctor found issues in 1 category.

Smartphone :

  • Device: iPhone6s
  • OS: 15.8.3
@ahmed-eg ahmed-eg added bug Something isn't working needs triage labels Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant