XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.58k stars 119 forks source link

How to install a version of Xcode when user is not admin? #364

Open pascalamaris opened 1 month ago

pascalamaris commented 1 month ago

When using the command to download a specific Xcode version, I choose to install it in the user's home folder instead of Applications. At step 6/6, Xcodes requires superuser privileges in order to finish installation.

How is it possible to finish install without admin rights?

MattKiazyk commented 1 month ago

on the install command you can use xcodes install 15.3 --no-superuser true flag to skip the final steps that sudo is required