(null): In section __TEXT,__text reloc 3: section For Address(0x7C6C) address not in any section for architecture armv7
xcode
Solution
Just wanted to say thanks for the question and your answer, niraj! I had the same problem and the solution worked perfectly.
To save people some translation time, the answer is to set "Generate Position-Dependent Code" to "No" in the "Apple LLVM compiler 4.0 - Code Generation" section of your target's "Build Settings".
Problem
After upgrading to Xcode 4.4 I am getting this annoying linker error when trying to run my (universal) app on the iPhone or iPad. I have no problems if I run it on the iOS Simulator though... I tried adding armv6, and excluding armv7, but no luck... Any idea?