从 Xcode 4.3 升级到 Xcode 4.4 后,我开始在构建我的 iPhone 应用程序时遇到以下错误:
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)
内存地址和编号对我来说没有任何意义,但它们在清理和重建过程中保持一致。我不清楚如何找到他们可能引用的内容。
该代码在 XCode 4.3 中已经并且仍然在编译。
有谁知道我如何追踪导致此错误的原因?