So I have a problem setting up Xcode Cloud workflow. I have a Mapbox SDK in my project and in order for spm to install Mapbox SDK it needs to have password in the .netrc file.
I have a ci_post_clone script which looks like this:
touch ~/.netrc
echo "machine api.mapbox.com\n\
login mapbox\n\
password MY_TOKEN" >\
~/.netrc
It successfully runs:
But when it tries to resolve the packages it fails due to Mapbox not being able to find the password in .netrc file for some reason.
I guess the .netrc file can be edited by using sudo only, but there should be a workaround, if you know of some please help!
I understand that it's not quite an error of Xcode cloud but I think there should be a way to edit .netrc in the workflow.
Thank you!
Post
Replies
Boosts
Views
Activity
As seen in https://developer.apple.com/wwdc20/10614 light color could be changed and animated. I would like to know if it Is possible with the current state of GameController API to implement animation of .color property of GCController.light.