昨天我将我的mac更新为10.7.3 但是今天当我尝试在我的ipad2上运行xcode app时,我遇到了这个问题
警告:在加载的库中检测到UUID不匹配 - 在磁盘上是: / Users / mo7amedkhairy / Library / Developer / Xcode / iOS DeviceSupport / 5.0.1 (9A405)/Symbols/System/Library/Frameworks/CoreLocation.framework/CoreLocation
我用Google搜索了,我发现了这样的问题 UUID mismatch detected with the loaded library
但解决方案无法解决问题
- ipad2有ios5.0.1
答案 0 :(得分:0)
您应该使用以下步骤清除设备符号缓存:
~/Library/Developer/Xcode/iOS DeviceSupport/*IOS_BUILD*/
基本上,从它听起来发生的事情来看,iPad发生了一些事情,导致它的UUID发生了变化,现在它正在投入合适,因为它认为iPad是一种新设备。