.live() issue in ios-navigation tutorial
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
Research direction
Start with ios-navigation/ios-navigation/NavigationLoader.swift at line 11 and reproduce tutorial step 4 using the documented LocationSource value. Compare the tutorial code with the linked Mapbox iOS Navigation API documentation, then verify that the map and remaining navigation UI load consistently. Done means the tutorial builds without the enum error and the navigation UI no longer intermittently stalls.
Written by the indexing model from the issue text.
Description
This gives an error Enum case 'live' has no associated values and indeed the documentation https://docs.mapbox.com/ios/navigation/api/3.12.0/navigation/documentation/mapboxnavigationcore/locationsource specifies the value as .live and the tutorial shows it as .live https://docs.mapbox.com/help/tutorials/ios-navigation/?step=4
However even changing this to .live is problematic, doing so on the original code here the map loads but seems to be stuck with the rest of the navigation UI. It seems to be sporadic though, simply restarting the app the UI loads fine...
- Dominant language
- HTML
- Stars
- 8
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
LibChecker/LibChecker-Rules#1391 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
area:modals intermittent needs-repro platform:android type:bug
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
OneBusAway/onebusaway-ios#1451 ·
-
improvement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
linagora/tmail-flutter#4849 ·