So, The game builds fine in the editor, and my previous builds seems to compile fine also.
But, after having built in unity 3.3, I open the project up in xcode, and it fails with the following error message:
ld: ldr 12-bit displacement out of range (5736 max +/-4096) in _AudioComponentFindNext$stub in _AudioComponentFindNext$stub from /Users/kjetilhjeldnes/Desktop/Builds/Build141/build/bgame.app/bgame
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g+±4.2 failed with exit code 1
Does anyone now what it means, and how i can fix it? I just installed unity 3.3, so I assume it has something to do with that…
Update: I tested a clean project, and it built fine…so, its something with my game project…
kjetil