解决Xcode的0xC002错误
Nosuchfileordirectory,at‘/SourceCache/DTDeviceKit/DTDeviceKit-867/DTDeviceKit/DTDeviceKit_Utilities.m:863’
1,退出Xcode
2,打开Terminal,从terminal里进入~/Library/Developer/Xcode/iOS\DeviceSupport/5.1.1\\(9B206\)/Symbols/System/Library/Caches/com.apple.dyld/这个目录(根据你用的设备系统的不一样,这个5.1.1\\(9B206\)可能是不一样的)
3,用touch命令创建以下6个文件
touch.copied_dyld_shared_cache_armv6
touch.processed_dyld_shared_cache_armv6
touchdyld_shared_cache_armv6
touch.copied_dyld_shared_cache_armv7
touch.processed_dyld_shared_cache_armv7
touchdyld_shared_cache_armv7
4,重启Xcode,应该就可以在Organizer里看到设备正常了
你也可以在Finder里面创建这些文件,但是我觉得用Terminal更快,stackoverflow上的原帖链接是http://stackoverflow.com/questions/7922308/xcode-4-2-error-0xc002-when-trying-to-use-a-jailbroken-iphone-3g-for-developmen