Open lvolland opened 1 year ago
This seems to be related to Google ML-Kit (https://github.com/googlesamples/mlkit/issues/687) and is solved (for me) by adding -ld64 to the other linker flags (https://developer.apple.com/forums/thread/731089).
Is this still an issue on XCode 15.1 ?
@lvolland Does this still happen after upgrading to XCode 15.2 ?
Hi, I have install the new Xcode beta and iOS 17 on my devices. And now, my app using "mobile_scanner" as a dependencies Segfault when linking
I have try to make an empty app with flutter create and just add mobile_scanner as dependencies but segfault stay appears.
Thanks in advance