Moving back to xcode 3.2.5

I’m having an issue after uninstalled xcode 4 w/ios 4.3 and moving back to xcode 3.2.5 w/iOS 4.2 (for release reasons)… now when i build i get a crash on build as follows…

ld: ldr 12-bit displacement out of range (6528 max +/-4096) in _AudioComponentFindNext$stub in _AudioComponentFindNext$stub from /Users/projects/build/nightmareadvwp.app/nightmareadvwp
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g+±4.2 failed with exit code 1

I have no idea what would be causing this… and its new only in the older version of xcode.

I’m using unity 3.3 and have rebuilt from unity. I did the full uninstall of xcode, rebooted, installed 3.2.5 and rebooted then tried to build and now i get this.

Any help would be greatly appreciated!
Cheers
Bryan

I’ve done a little more digging and figured out a few changes that i’ve implemented… but now i get a range of random crashes etc.

Stripping Level - set to use micro mscorlib
Target iOS Version - 3.0
ARchitecture - Optimized Arm7 only

When i do this it now builds w/no errors but i get a host of errors. First and foremost i crash now when bringing up the keyboard and attempting to store text. Is this related to the stripping level possibly?

This is very nerve wracking as we’re looking to go to release next week w/our publisher and having moved back is resulting in all of this craziness. Any help would be absolutely appreciated!

if you have stuff working with 4.3 - well you can get back now 8)
http://forum.unity3d.com/threads/83076-iOS-4.3-App-Rejected?p=578829&viewfull=1#post578829

Thanks Alexy,

I had seen that earlier and was going to go down that path at this point… i just can not get 3.2.5 to build w/o errors… so i’m back on 3.2.6. This solution works for 4 as well i see… thats great news.
Thanks!