You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No problem @zugaldia . The link to the Crashlytics log above and will take a user to the logs in firebase. I would have to give access to the investigator.
I can also put a file in an access-only directory. lmk.
Line 410, 411, 413 shows 3 forced unwrapped objects that could be part of the problem
Force-unwrapping here essentially asserts that the URL is a well-formed URL. That most likely means something about the API hostname or query parameters is malformed.
Problem
When using this method resulting URL is normally delivered. But, on occasion the method crashes causing the App leveraging the SDK to crash.
Environment
These crashes are shown in Organizer:
Recommendation
Line 410, 411, 413 shows 3 forced unwrapped objects that could be part of the problem:
These elements can be guarded or error messages send to the App
mapbox-directions-swift/Sources/MapboxDirections/Directions.swift
Line 410 in 160e951
The text was updated successfully, but these errors were encountered: