xcodes icon indicating copy to clipboard operation
xcodes copied to clipboard

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

Open pascalamaris opened this issue 1 year ago • 1 comments

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?

pascalamaris avatar May 06 '24 16:05 pascalamaris

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

MattKiazyk avatar May 08 '24 18:05 MattKiazyk