Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pascalamaris opened this issue May 6, 2024 · 1 comment
Open

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

pascalamaris opened this issue May 6, 2024 · 1 comment

Comments

@pascalamaris
Copy link

pascalamaris commented May 6, 2024

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants