I´ve found a strange issue with latest XCode 4.2 when trying to deploy my app to an iphone that just upgraded to 5.0.1.
It starts copying the debug info and the prog
I found the following post helpful, although it is kind of dated: https://stackoverflow.com/a/9944892/1031623
The only thing that I had to change is the following:
- Close Xcode
- Go to: "~/Library/Developer/Xcode/iOS DeviceSupport/5.0.1(9A405)/Symbols/System/Library/Caches/com.apple.dyld/"
Note: if you don't have this folder, run Xcode, connect your device, and wait until the error 0xC002 appears in Organizer - the folder should be created by that time.Create 3 empty files there called:
- .copied_dyld_shared_cache_armv7 <== not 6
- .processed_dyld_shared_cache_armv7 <== not 6
- dyld_shared_cache_armv7 <== not 6
Run Xcode and enjoy the light next to your device eventually go green:)