Xcode8.3.2中使用插件

一、Xcode8.3.2 插件使用
1.先下载原版Xcode8
2.在应用程序中将Xcode8复制一份(用来以后打包上传)
3.打开钥匙串访问
菜单-钥匙串访问-证书处理-创建证书
第一行名称填写XcodeSigner
第二行不变
第三行选代码签名
【Xcode8.3.2中使用插件】其他的都不变 点击创建.
4.终端运行(要等10多分钟,固态硬盘会快一些)
$ sudo codesign -f -s XcodeSigner /Applications/Xcode.app$ sudo codesign -f -s XcodeSigner /Applications/Xcode.app
5.安装Alcatraz
安装
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
卸载
rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
清理缓存
rm -rf ~/Library/Application\ Support/Alcatraz
使用Alcatraz安装插件了
6.重启Xcode没有显示load bundle
在终端运行如下代码
find~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth3| xargs -I{} defaultswrite{} DVTPlugInCompatibilityUUIDs -array-add `defaultsread/Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID`
7.误点Skip Bundle后需重新Load Bundle

终端运行
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-8.3.2
重启Xcode
8.插件安装后无法使用
尝试在终端输入:
curlhttps://raw.githubusercontent.com/cielpy/RPAXU/master/refreshPluginsAfterXcodeUpgrading.sh| sh




    推荐阅读