-
Notifications
You must be signed in to change notification settings - Fork 318
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
Navigation crashing on load #2141
Comments
I think this is a duplicate of #1017 |
Hi @frederoni, The google libraries prevent me from doing that unfortunately. Maybe I need to point to the sound file in a different way? |
Update: I solved my particular issue by removing the google places pod and just hitting their API directly. I'm then able to use |
The remaining issues to support integrating the Navigation SDK statically with CocoaPods is being tracked #1017 and mapbox/mapbox-directions-swift#318 |
Currently using version 0.33.0 of the navigation lib. When the navigation view controller is presented it crashes with the following error:
I'm not sure if it's related to the way I had to import the library in my podfile:
I had to import the library this way since I'm still using GooglePlaces library in my code base.
The core mapping functionality seems to work, but every time I try to present the navigation view controller I get the error above.
Here's the code that presents the view controller:
The text was updated successfully, but these errors were encountered: