XCode 插件失效解决方案


shell 命令修改插件列表里面插件的info.plist 加入需要支持版本的 uuid (DVTPlugInCompatibilityUUIDs\其实就是/Applications/Xcode.app/Contents/Info 里边的DVTPlugInCompatibilityUUID)

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add A16FF353-8441-459E-A50C-B071F53F51B7

你可能感兴趣的:(xcode,插件)