xcode 我可以删除重复项 6.0 iOS DeviceSupport 吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13334417/
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
Can I delete duplicates 6.0 iOS DeviceSupport?
提问by Gustaf Rosenblad
Why do I get duplicates of iOS 6.0 Device Support? And can I delete someone?
为什么我会收到 iOS 6.0 设备支持的副本?我可以删除某人吗?
采纳答案by Walt Sellers
You get duplicates of these because (as you guessed) they are for different combinations of hardware and software.
您会得到这些副本,因为(如您所料)它们用于不同的硬件和软件组合。
These are used to symbolicate the system symbols in crash reports from your devices or customer devices in the field.
这些用于符号化来自您的设备或现场客户设备的崩溃报告中的系统符号。
It is safe to delete the versions you are not supporting and will not get crash reports from the field.
删除您不支持的版本是安全的,并且不会从现场获得崩溃报告。
There is usually an iOS DeviceSupport folder in the Xcode.app bundle and somewhere in the user's Library folder. When you connect a new device to your Mac, the symbol files from it are placed in the user's Library subfolders. (~/Library/Developer/Xcode/"iOS DeviceSupport").
在 Xcode.app 包中和用户的 Library 文件夹中的某处通常有一个 iOS DeviceSupport 文件夹。当您将新设备连接到 Mac 时,其中的符号文件将放置在用户的 Library 子文件夹中。(~/Library/Developer/Xcode/“iOS DeviceSupport”)。
You can always copy these folders to an external drive if you do not feel comfortable just deleting them.
如果您不方便删除它们,您可以随时将这些文件夹复制到外部驱动器。