You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 Doctor:
Smartphone :
The text was updated successfully, but these errors were encountered: