扫码关注官方订阅号
Xcode7.3插件失效的解决 ,求方法
一般需要升级插件。可以重装试试。
详细一点,什么插件? 一般 Xcode 更新后,插件也得跟着更新才能用的。
$ defaults read /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 第一条命令返回的ID
打开info.plist,然后在设置UUID一项里面添加Xcode7的uuid,uuid可以用命令获取。百度吧。
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
一般需要升级插件。可以重装试试。
详细一点,什么插件? 一般 Xcode 更新后,插件也得跟着更新才能用的。
$ defaults read /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 第一条命令返回的ID打开info.plist,然后在设置UUID一项里面添加Xcode7的uuid,uuid可以用命令获取。百度吧。