How to Add plugin for Xcode 6+

泪湿孤枕 提交于 2019-12-12 01:54:20

问题


Adding plugin for Xcode 6

Open your terminal and type this without quotes. "cd /Applications/Xcode.app/Contents/PlugIns"

or

same in terminal type this without quotes. "open /Applications/Xcode.app/Contents/PlugIns"

Copy/Add/Drag&Drop your plugins there. Note: This will require an authentication for administrator password. Authenticate, it is safe. lol

for Plugins Removal:

just do the same, go to the said path and reverse the process.... "Move to Trash".


回答1:


Thank's for this.

I'm adding a complementary action that made the plugin work for me on Xcode 6.1.1 :

  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 launch Xcode and use your plugins



来源:https://stackoverflow.com/questions/27598571/how-to-add-plugin-for-xcode-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!