I am running Xcode 4 GM. My application compiles and works fine in the iPad simulator, but it doesn’t link when I select debugging on the device. My device is an iPad with 4.2.1 ... and already has a training profile. Debugging worked fine on the iPad yesterday using Xcode 3.2.
We opened the Xcode 3.2 project in Xcode 4 and got the right to work. The training profile was already on the device.
The exact link error is as follows:
ld: in /Users/suki/Library/Developer/Xcode/DerivedData/LeapLanguage-btybcercrjdgyiawupkkhougaswm/Build/Intermediates/LeapLanguage.build/Debug-iphoneos/LeapLanguage.build/Objects-normal/armv7/unzip.o, in section __TEXT,__text reloc 22: R_ABS reloc but no absolute symbol at target address
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1
Can someone help shed some light on this? We are confused ...
source
share