Update nav-native to 9.2.1#2412
Conversation
Interesting that it only reproduces in the Xcode_10.2_iOS_10.3.1 image, or maybe it’s nondeterministic. |
456f625 to
3dccd30
Compare
|
Here’s the crash trace from |
|
|
|
The 9-legged-route test generates a series of location updates based on quite a complex route that doubles back over itself, and the Polyline-encoded geometry seems to have some encoding issues. Compare the geometry decoded as Polyline with precision 6 to the raw waypoint coordinates: |
|
I’m taking the unusual step of removing the |
026f599 to
986d984
Compare
…according to its type name.
The test fixture’s geometry appears to have encoding issues that are throwing the navigator off and causing crashes that can’t be reproduced more organically.
8e99971 to
02a8546
Compare


This is a mirror of accidentally merged PR #2404.
The base branch was reset and a new PR (the current one) is created.