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

2 Xcode Versions #47

Open
BryanJBryce opened this issue Apr 14, 2020 · 1 comment
Open

2 Xcode Versions #47

BryanJBryce opened this issue Apr 14, 2020 · 1 comment

Comments

@BryanJBryce
Copy link

I have two Xcode versions installed on my machine. One called Xcode.app and one called Xcode11.3.app. I did a custom install for the Xcode 11.3 version, but that seemed to remove the installation for the regular Xcode.

@alanhamlett
Copy link
Member

Plugins are installed into a common folder(~/Library/Application Support/Developer/Shared/Xcode/Plug-ins). Then for each Xcode app to load plugin bundles, it needs:

  1. to be re-signed with a custom cert
  2. the Xcode app's DVTPlugInCompatibilityUUID added to each plugin's Info.plist

Try performing the two above for Xcode.app and Xcode11.3.app and they both should be able to load plugins.

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