是这样,我的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
怎么破,大神给支个招~~
你试试,工程项目other Link Flags改成-ObjC -all_load
@sycx 老师上