Where can I find the plugins folder for Xcode 6.1?
Recently, I installed the dash app in my mac, here is the link: https://github.com/omz/Dash-Plugin-for-Xcode But I don
I have Xcode 6.1.1, here's what I did and it worked.
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 ;-)
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.
It should be here ~/Library/Application Support/Xcode/Plug-ins
.