xcodes
xcodes copied to clipboard
How to install a version of Xcode when user is not admin?
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?
on the install command you can use xcodes install 15.3 --no-superuser true flag to skip the final steps that sudo is required