juliansteenbakker / mobile_scanner

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.
BSD 3-Clause "New" or "Revised" License
744 stars 444 forks source link

Ios app crashed just by adding this package . if it is not used anywhere thuogh #1000

Open Nurullah-Sadekin opened 1 month ago

Nurullah-Sadekin commented 1 month ago

This is the error message on android studio:

Screenshot 2024-03-31 at 12 43 01 AM

Lost connection to the device. Error: Unable to terminate com.livquiz.livquiz on 01495F37-2881-448E-A42E-AD812A9A9ADF: ProcessException: Process exited abnormally with exit code -2:

Command: xcrun simctl terminate 01495F37-2881-448E-A42E-AD812A9A9ADF com.livquiz.livquiz the Dart compiler exited unexpectedly.

And this is what I found when build from xcode: ![Uploading Screenshot 2024-03-31 at 12.54.38 AM.png…]() Thread 31: "-[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x600000fc8980"

navaronbracke commented 1 month ago

We have had reports of [__NSCFString objectForKey:]: unrecognized selector sent to instance before. Did you update your XCode to 15.3 ? Can you also provide the stack trace as text?

Nurullah-Sadekin commented 1 month ago

sure I will provide this tonight