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
Crash occurs when placing destination marker on a map. It's reproducible only in Release mode when running example project and only when using iPhone 5s, Xs, Xr, Xs Max devices (maybe other as well). I cannot reproduce crash when running example on iPhone 11 Simulator. Here's stack trace: Example_2020-07-27-162644_MacBook-Pro.txt
#2500 has a workaround that casts the Dictionary<CGFloat: UIColor> to a NSDictionary with no lightweight generic parameters.
This is a very weird bug. NSExpression(format:arguments:) would cause any type information to be erased when passing in the stop Dictionary, so it should be no different than passing in an NSDictionary. I think this issue would be worth reporting to Apple if we can isolate it to something in the toolchain, but first we’d need to rule out a bug in the map SDK’s -[NSExpression(MGLAdditions) mgl_jsonInterpolationExpressionObject], specifically around here:
Mapbox Navigation SDK version:
1.0.0-beta.1
Crash occurs when placing destination marker on a map. It's reproducible only in Release mode when running example project and only when using
iPhone 5s, Xs, Xr, Xs Max
devices (maybe other as well). I cannot reproduce crash when running example on iPhone 11 Simulator. Here's stack trace:Example_2020-07-27-162644_MacBook-Pro.txt
The text was updated successfully, but these errors were encountered: