I get the following compile errors when compiling to the device. (When compiling to simulator everything is OK)
/var/folders/3B/3BAjD+ANHHmfh-eIWrtXDU+++TI/-Tmp-/cc-hojnUD.s:1784380:branch out of range /var/folders/3B/3BAjD+ANHHmfh-eIWrtXDU+++TI/-Tmp-/cc-hojnUD.s:1784372:branch out of range /var/folders/3B/3BAjD+ANHHmfh-eIWrtXDU+++TI/-Tmp-/cc-hojnUD.s:1784364:branch out of range /var/folders/3B/3BAjD+ANHHmfh-eIWrtXDU+++TI/-Tmp-/cc-hojnUD.s:1784356:branch out of range
In various places I read something about turning off "Thumb". I don't really know if this would resolve the issue since I can't find this compile option anywhere.
I have some pretty large init files (with more than 50k lines) doing nothing else but defining NSMutuable array and stuf like that.
I can't get my app to compile for the iPhone anymore because of this error.
Do you have any idea what I can do about this?
ps. I use Xcode 4.2 with Apple LLVM 3.0 (using ARM, so I can't change the compiler)
Many thanks!