After upgrading from Xcode 4.3 to Xcode 4.4, I started getting the following error when creating an 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 address and memory number mean nothing to me, but they remain consistent between clean and tunable. I donโt understand how to find what they can refer to.
The code did and still compiles in Xcode 4.3.
Does anyone know how I can track the cause of this error?
The dirty calvinist
source share