mapbox-maps-ios icon indicating copy to clipboard operation
mapbox-maps-ios copied to clipboard

Unable to install Package in Xcode 14.0.1

Open rouviere opened this issue 3 years ago • 0 comments

Environment

  • Xcode version: 14.0.1
  • iOS version: 12.6
  • Devices affected: MacBook Pro
  • Maps SDK Version: 10.8.1

Observed behavior and steps to reproduce

I am running Xcode 14.0.1 and I am trying to add MapBox Swift Package for iOS using this link: https://github.com/mapbox/mapbox-maps-ios.git

I have been following the instructions here:

I Created the download token (including Downloads:READ checked) and saved it to an .netrc file in my root directory in this form:

machine api.mapbox.com login mapbox password my_secret_token_here Next I created the access token and saved it to my Info.plist as

MBXAccessToken my_second_secret_token When I attempted to add the package using the above link, I set it to

Up to Next Major Version 10.8.1 When I click Add Package it goes through the normal Fetch and download process but instead of installing properly I get the following failure notice:

Screen Shot 2022-10-18 at 11 24 12 AM

Expected behavior

I expected to be able to download the necessary files and move on to building a map

Notes / preliminary analysis

When I made my first attempt to install I had placed the .netrc in the another directory. When the download failed I moved it to the root directory and it still failed.

Additional links and references

none.

rouviere avatar Oct 18 '22 17:10 rouviere