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

Xcode extension not visible in System Preferences #42

Closed
MrMage opened this issue Mar 10, 2023 · 2 comments
Closed

Xcode extension not visible in System Preferences #42

MrMage opened this issue Mar 10, 2023 · 2 comments

Comments

@MrMage
Copy link

MrMage commented Mar 10, 2023

I am using macOS Monterey and can't see the Xcode extension in "System Preferences > Extensions" — in fact, there is nothing about Xcode anywhere in that pane (I am not on Ventura, so I think I'm looking in the right place).

The rest of the app is set up correctly, I think:
Screen Shot 2023-03-10 at 13 45 36

Is there a way for me to install the extension manually?

@intitni
Copy link
Owner

intitni commented Mar 10, 2023

There is no other way to install the extension. You can take a look at this issue and this link which look to be solving a similar problem to yours. Or you can try installing another source editor extension from App Store to see if it can enable the menu.

@MrMage
Copy link
Author

MrMage commented Mar 10, 2023

Thank you; calling lsregister as mentioned in the issue immediately fixed things for me:

$ PATH=/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support:"$PATH"
$ lsregister -f /Applications/Xcode.app

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