方案一:
find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID`
如果方案一还不能解决直接
方案二:
进入这个路径下 ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins 删除插件重新安装
重启 Xcode 之后会提示"Load bundle"、 "Skip Bundle",这里必须选择"Load bundle",不然插件无法使用。
推荐插件文章
http://blog.devtang.com/blog/2014/06/29/ios-dev-tools/
楼主经常使用的插件:
图片快速插入插件
https://github.com/ksuther/KSImageNamed-Xcode
文档注释
https://github.com/onevcat/VVDocumenter-Xcode
插件管理工具
网友评论