Upon upgrading from Xcode 4.3 to Xcode 4.4, I started to get the following error on building my iPhone app:
ld: section __objc_const (address=0x0010C720, size=7265990088) would make the output executable exceed available address range for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The memory address and number do not mean anything to me, but they remain consistent across clean and rebuilds. It is not clear to me how to find what they might be referencing.
The code did and still does compile in XCode 4.3.
Does anyone have any idea how I might track down what's causing this error?