-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]:Unable to Resolve Package #4739
Comments
Hi @MahiShahane Please make sure you configure the secret token for Mapbox in the Please make sure to clean up the Xcode's DerivedData and SPM cache. |
Hello @kried, Added .netrc file as per documentation with secret token. which is having Download:READ permission Used following commands : rm -rf ~/Library/org.swift.swiftpm Please check attached file screenshot. |
More Details : MacOS : 15.1.1 (24B91) |
Make sure you do not install any mapbox dependencies before navigation. As navigation brings in things like MapboxMaps, MapboxCommon and a couple others. I added mapBoxMaps first then tried to add MapBoxNavigation and received the same failures you posted above. I removed all mapbox dependancies and then only added Mapboxnavigation to solve my issues. I hope this helps. |
Thank you for the response @jbird84. Created new project for that and only added navigation sdk still facing the issue. Check the last uploaded screenshots. |
I did a package update today and now I am actually getting this same error too. WHAT IS GOING ON Mapbox? |
Mapbox Navigation SDK version
3.5.0
Created .netrc file. used sk as password and when try to install SPM getting above issue.
Tried with version 3.1.0, 3.2.0, main still having the same problem.
When should we get latest SPM support for Xcode 16.1 and Swift 6
The text was updated successfully, but these errors were encountered: