illegal text-relocation to
2018-09-29 本文已影响36人
突刺刺
-
报错
illegal text-relocation to '_start_pass' in /libcocos2d iOS.a(jdarith.o) from '_jinit_arith_decoder' in libcocos2d iOS.a(jdarith.o) for architecture armv7
-
我的情况:自己写了一个静态库
test.a
(此静态库的工程中又引用了libcocos2d.a)
,然后在另一个工程引用这个静态库test.a
,archive
的时候,始终报上面那个错。build
要么模拟器
成功真机
报错,要么真机
成功模拟器
失败。 -
对于不懂底层的我,这真是个扯淡的问题。
-
解决办法:
build setting
->other linker flags
->-read_only_relocs suppress