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?
After upgrading to Xcode 4.4 I am getting this annoying linker error when trying
Share
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”.