where is the plugins folder of xcode 6.1 where is the plugins folder of xcode 6.1 xcode xcode

where is the plugins folder of xcode 6.1


I was able to install and build the Dash plugin for Xcode 6.1 / Yosemite, and it installed correctly in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins. Notice that it begins with ~, the /Library/ folder is not the correct one.


I have Xcode 6.1.1, here's what I did and it worked.

  1. Right click on plugin file > Show Package Contents
  2. Find and edit the Info.plist file.
  3. In DVTPlugInCompatibilityUUIDs add the key C4A681B0-4A26-480E-93EC-1218098B9AA0

Save your Info.plist file.

Then go to /Applications/Xcode.app/Contents/PlugIns folder, and copy your plugin file there (the administrator password will be required).

You can now launch Xcode and use your plugins ;-)


It should be here ~/Library/Application Support/Xcode/Plug-ins.