ld: warning: section __DATA/__objc_imageinfo__DATA has unexpectedly large size
问题 Does anyone know what this warning means? It is followed by the error: Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1 This is an Xcode project for the iPad. I only see this when I compile for the simulator, not the device. I have linked a static library (*.a) to this project and that is where I think this is failing. Also, it used to run on the simulator without an issue and I am not sure what changed. All of the compiler output: