Post

Replies

Boosts

Views

Activity

Reply to Mapbox iOS SDK in Xcode Cloud CI
I think your shellscript is not quite right. I was able to make this work using the script below, which I modified from yours: #!/bin/bash touch ~/.netrc echo "machine api.mapbox.com" > ~/.netrc echo "login mapbox" >> ~/.netrc echo "password ${MAPBOX_TOKEN}" >> ~/.netrc You need to set the MAPBOX_TOKEN in your workflow environment (unless you want it in your source code).
Topic: App & System Services SubTopic: General Tags:
Dec ’21