-
-
Notifications
You must be signed in to change notification settings - Fork 859
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
signal SIGABRT - dyld: Library not loaded: @rpath/MapboxMobileEvents.framework/MapboxMobileEvents #1412
Comments
I don't think it's a duplicate of #1139 - the app starts normally when built against react-native-mapbox-gl version 8.1.0. Also it's a runtime crash, not a build error. |
sorry, my mistake - thought it might be an M1 related issue. |
hey @chuchuva, did you check this blog post - seems to provide some remedy for the issue you're having: |
also this stackoverflow post: https://stackoverflow.com/questions/24993752/os-x-framework-library-not-loaded-image-not-found |
Thank you! I was able to work around this issue by adding this line to ios/Podfile:
However it would be good to get to the bottom of this. As I said version 8.1.0 doesn't this issue so it must be a regression, right? |
hmm 🤔 |
hey @chuchuva, EDIT: added link |
@ferdicus which discussion? There is no link 🙂 |
sorry, was day-dreaming 😅 This one: https://github.com/react-native-mapbox-gl/maps/issues/1420 |
Can confirm I am experiencing this too. Similar conditions as @chuchuva. The workarounds don't work for me unfortunately and generates other errors. My setup: Platform: iOS |
Facing same issue with Intel chip Platform: iOS |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The app crashes on startup on iOS 14.4 simulator. Error:
XCode console output:
To Reproduce
Open workspace in XCode. Run project on iOS 14.4 simulator.
Expected behavior
No crash
Actual behavior
Crash
Versions:
The text was updated successfully, but these errors were encountered: