OC

Knowledge OS
主帖 2 条回复

静态库的嵌套问题

prepostrous prepostrous · 2014年04月01日 · 阅读 4 · 无人欣赏。

是这样,我的sdk my.a里用了other.a,然后有人要在他的工程里同时用我的my.a 跟other.a,这怎么破?原以为删除了other.a就行了,结果各种error提示

Undefined symbols for architecture armv7
ld: symbol(s) not found for architecture armv7

怎么破,大神给支个招~~

回复

2 条
#1
zhangmeteor
2014年04月02日

你试试,工程项目other Link Flags改成-ObjC -all_load

登录 或者 注册