-
Notifications
You must be signed in to change notification settings - Fork 90
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
Crash when decoding unexpected road class #447
Comments
Thank you for reporting this issue. We’ve tracked it down to a change in the Directions API on the server side that has been rolled back. |
This probably shouldn’t be a force-unwrap:
The initializer should be failable, not just throwing. |
On second thought, the approach in #450 of throwing an error is quite elegant and I don’t see a problem with it. |
#450 introduces the additional client-side error handling to avoid a crash in the future. |
Today Directions crash
step:
1.build open source code .
2. run Example .
3.touch Directions .
4.Directions Crash.
Yesterday it worked normally.
The text was updated successfully, but these errors were encountered: