我们最近将Xcode升级到4.6.1时看到此错误。能够在此版本之前完美编译。对这条消息的任何见解?看起来像32/64位问题?
从LLVM Patch logs看,它似乎是MachO格式的一个不幸的限制。
fatal error: error in backend: Section too large, can't encode r_address (0x1000005) into 24 bits of scattered relocation entry.
任何见解?
答案 0 :(得分:2)
为了解决这个问题,我将LLVM编译级别设置为最快,最小的[-Os]。