xcode-wakatime icon indicating copy to clipboard operation
xcode-wakatime copied to clipboard

2 Xcode Versions

Open BryanJBryce opened this issue 4 years ago • 1 comments

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.

BryanJBryce avatar Apr 14 '20 21:04 BryanJBryce

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.

alanhamlett avatar Jan 10 '21 18:01 alanhamlett