Plugins not working in XCode 5

泄露秘密 提交于 2019-12-13 05:29:54

问题


Just installed XCode 5. Previously some popular plugins for Xcode. those plugins was working for xcode 4.5. But after upgrading to xcode 5 none of the plugins are working. I have freshly downloaded plugins like VVDocumenter, KSImageNamed etc.But its not getting any advantage. Also tried https://github.com/mneorr/Alcatraz Its also not doing anything


回答1:


xCode 5 uses another plugins folder by default

 /Applications/Xcode.app/Contents/PlugIns

Try to put your plugins there.

But note that for example KSImageNamed.xcplugin and Lin.xcplugin cause crashes of the xCode 5.1 at least.



来源:https://stackoverflow.com/questions/19113513/plugins-not-working-in-xcode-5

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