1、先下载原版Xcode8
2、在应用程序中将Xcode8复制一份(用来以后打包上传)
3、打开钥匙串访问
菜单-钥匙串访问-证书处理-创建证书
第一行名称填写XcodeSigner
第二行不变
第三行选代码签名
其他的都不变 点击创建.
4、终端运行(要等10多分钟,固态硬盘会快一些)
$ 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
6、使用Alcatraz安装插件了
7、重启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`
8、误点Skip Bundle后需重新Load Bundle
9、终端运行
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-8.3.2
重启Xcode