xcpretty / xcode-install

🔽 Install and update your Xcodes
https://fastlane.tools
MIT License
2.58k stars 237 forks source link

user right issue #332

Open mariohahn opened 5 years ago

mariohahn commented 5 years ago

What is the best approach to use xcversion on a CI without giving the CI root rights?

At the moment we only use it to just check the version on our CI, because to use the command line tools and change the version, root right's are needed, but yeah I am not sure if I want to give the CI root rights.

I am sure I am not the only one facing that issue.