Error in Xcode getting debugging info from 5.0.1 iphone

前端 未结 4 1631
悲&欢浪女
悲&欢浪女 2020-12-28 17:09

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

4条回答
  •  囚心锁ツ
    2020-12-28 17:44

    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:

    1. Close Xcode
    2. 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.
    3. 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
    4. Run Xcode and enjoy the light next to your device eventually go green:)

提交回复
热议问题