在xcode8里继续使用插件
2017-07-24 本文已影响12人
yytester
xcode8更新后不支持插件了,这里有个简单的解决办法:
- 下载插件
gem install update_xcode_plugins
- 执行命令
update_xcode_plugins
- 执行命令
update_xcode_plugins --unsign
,结束.
![](https://img.haomeiwen.com/i122666/0bdd6d9e656762ad.png)
还原的命令:update_xcode_plugins --restore
xcode8更新后不支持插件了,这里有个简单的解决办法:
gem install update_xcode_plugins
update_xcode_plugins
update_xcode_plugins --unsign
,结束.还原的命令:update_xcode_plugins --restore