Xcode 7 PluginLoading:所需的插件兼容性 UUID
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/35110910/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode 7 PluginLoading: Required plug-in compatibility UUID
提问by David Liu
When I tried to build project from command line, I got the following message from xcodebuild:
当我尝试从命令行构建项目时,我从 xcodebuild 收到以下消息:
xcodebuild[10713:1209993] [MT] PluginLoading: Required plug-in compatibility UUID F41BD31E-2683-44B8-AE7F-5F09E919790E for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SparkInspectorXcodePlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs
xcodebuild[10713:1209993] [MT] PluginLoading:需要的插件兼容性 UUID F41BD31E-2683-44B8-AE7F-5F09E919790E 用于路径 '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins 中的插件DVTPlugInCompatibilityUUID 中不存在 SparkInspectorXcodePlugin.xcplugin'
I installed Spark Inspector a year ago, and deleted it about 6 months ago.
我一年前安装了 Spark Inspector,并在大约 6 个月前将其删除。
Is there a way to reset Xcode so that it doesn't know there is such a plugin.
有没有办法重置Xcode,使其不知道有这样的插件。
So far I have tried re-install Xcode, delete all the reference data. They didn't work.
到目前为止我已经尝试重新安装Xcode,删除所有参考数据。他们没有工作。
回答by Kyle Clegg
If you're looking to uninstall the plugin:
如果您要卸载插件:
rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/PluginName.xcplugin
rm -rf ~/Library/Application\ Support/PluginName
Instructions pulled from http://alcatraz.io/
从http://alcatraz.io/ 中提取的说明