xcode8开始不支持插件,所以最好不要再使用插件了,可以找对应的扩展,或者直接更换IDE。
1 安装update_xcode_plugins
sudo gem install-n/usr/local/bin update_xcode_plugins
失败的话尝试以下命令:
sudogem install update_xcode_plugins
2 对已安装插件升级
update_xcode_plugins
3 根据提示unsign我们的xcode
update_xcode_plugins —unsign
这里需要我们选择安装的xcode版本,输入y,确认
4 下载插件,为了方便安装插件,先安装插件管理:Alcatraz
终端输入以下命令,失败的话自己去github下载安装https://github.com/alcatraz/Alcatraz
curl -fsSL https://raw.github.com/alcatraz/Alcatraz/master/Scripts/install.sh|sh
安装完会提示
点击load Bundle
安装之后,如果windows下没有package Manager选项,在终端执行【update_xcode_plugins】,然后重启xcode
5 下载好Alcatraz,就可以选择合适的插件安装,安装好之后,在终端执行【update_xcode_plugins】,然后重启xcode。
6 苹果现在不支持插件安装,所以很多插件通过Alcatraz安装会失败,可以在github下载安装,在终端执行【update_xcode_plugins】,然后重启xcode。
7 相关文章:https://blog.csdn.net/lincsdnnet/article/details/77412878
推荐插件:
1 自动注释 VVDocumenter
2 收集TODO XTODO
建议:xcode8开始不支持插件,所以放弃插件吧,拥抱扩展,部分插件推出了对应的扩展,但是大部分没有,VVDocument就没有。以下是扩展,效果和插件一样
1 xAlign 代码对对齐 https://github.com/qfish/XAlign
2 import 自动引入 https://github.com/markohlebar/Import