-
Notifications
You must be signed in to change notification settings - Fork 0
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
Flutter iOS app is not started when it tries to init yandex maps #4
Comments
Same behavior in yandex_maps_mapkit_lite 4.6.1-beta3 |
This fixed it for me:
https://docs.flutter.dev/platform-integration/ios/c-interop#stripping-ios-symbols |
Thanks. Also works in 4.7.0-beta |
Проблема до сих пор актуальна. Стоит ли ожидать нативного решения проблемы со стороны библиотеки? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Summary
I have tried to launch a Flutter iOS app using the package yandex_maps_mapkit_lite 4.6.1-beta2 in release mode from TestFlight on an iPhone XR running iOS 17.1.1, but it does not start as expected. The app catches an error related to await initMapkit(apiKey: 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'); in the main() function. However, everything works fine in debug mode under the same conditions.
Error Details
Firebase Crashlytics shows the following error:
Details
(null)._init Fatal Exception: FlutterError Invalid argument(s): Failed to lookup symbol 'yandex_maps_flutter_dart_init': dlsym(RTLD_DEFAULT, yandex_maps_flutter_dart_init): symbol not found
The text was updated successfully, but these errors were encountered: