Questions tagged [ci-scripts]
2 questions
0
votes
0 answers
Xcode Cloud access private repo with Access Token
My issue is that I have one of the dependencies is on the private repo.
I use SPM and the repo is protected with login/token.
To get the code locally I have a .netrc file with my credentials.
This part works.
When I setup a Xcode Cloud pipeline, it…
-2
votes
1 answer
access to keychain error when try to login to appcenter from Xcode Cloud
this is some part of my script for uploading the app to appcenter from Xcode Cloud:
1. $brew install npm
2. $npm install -g appcenter-cli
3. $appcenter login --token [my-token]
4. $appcenter distribute release -f…

Hamed
- 1,678
- 18
- 30