标签:xcode
每次升级完xcode,xcode插件都会失效。
解决方案步骤:
1:build一下插件工程
2:运行一下命令
3:重启xcode
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
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:xcode
原文地址:http://blog.csdn.net/dztianyu/article/details/46812641