How do I edit a local package of the latest V3? #4664
Unanswered
petermulsh
asked this question in
Q&A
Replies: 1 comment
-
I now download https://github.com/mapbox/mapbox-navigation-ios/tree/release-3.1.0-beta.1 and add a local package however I still can not edit any methods. If I command click a method, I get the attached screenshot. If I download and add this link https://github.com/mapbox/mapbox-navigation-ios as a local package I CAN edit a method. Why can I not edit V3? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good Morning,
I need to display multiple routes at once to different locations. I would like to edit the
showcase
method but am confused on how to edit the V3 package locally? I am using swift package like in your tutorials, with Up To Next Major 3.0.0, which gives me 3.1.0. I download https://github.com/mapbox/mapbox-navigation-ios/tree/release-3.1.0-beta.1 locally and rename the folder to Mapbox-navigation-ios and drag into my project. This works and MapboxNavigation disappears from my package dependencies, the dragged in is now overriding.However there are no source files to edit? I have also tried dragging and dropping https://github.com/mapbox/mapbox-navigation-ios which has source files to edit but it is an older version so the
showcase
method points back to MapboxNavigation in package dependencies.How do I edit a local package of the latest V3?
Beta Was this translation helpful? Give feedback.
All reactions