xobjec c 引用第三方c++库 _QuarterPelWpAvg_8x4_20_asm Undefined symbols for architecture arm64 错误
Undefined symbols for architecture arm64:
"_QuarterPelWpAvg_8x4_20_asm", referenced from:
_QuarterPelWpAvg_20_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_8x4_13_asm", referenced from:
_QuarterPelWpAvg_13_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_4x4_12_asm", referenced from:
_QuarterPelWpAvg_12_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_8x4_12_asm", referenced from:
_QuarterPelWpAvg_12_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_8x4_11_asm", referenced from:
_QuarterPelWpAvg_11_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_8x4_10_asm", referenced from:
_QuarterPelWpAvg_10_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_8x4_03_asm", referenced from:
_QuarterPelWpAvg_03_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_8x4_00_asm", referenced from:
_QuarterPelWP_00_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_8x4_30_asm", referenced from:
_QuarterPelWpAvg_30_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_4x4_02_asm", referenced from:
_QuarterPelWpAvg_02_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_8x4_02_asm", referenced from:
_QuarterPelWpAvg_02_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_8x4_01_asm", referenced from:
_QuarterPelWpAvg_01_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWpAvg_8x4_00_asm", referenced from:
_QuarterPelWpAvg_00_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_4x4_33_asm", referenced from:
_QuarterPelWP_33_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_4x4_32_asm", referenced from:
_QuarterPelWP_32_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_8x4_32_asm", referenced from:
_QuarterPelWP_32_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_4x4_31_asm", referenced from:
_QuarterPelWP_31_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_4x4_23_asm", referenced from:
_QuarterPelWP_23_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_4x4_22_asm", referenced from:
_QuarterPelWP_22_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_8x4_22_asm", referenced from:
_QuarterPelWP_22_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_4x4_21_asm", referenced from:
_QuarterPelWP_21_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_8x4_21_asm", referenced from:
_QuarterPelWP_21_arm in libvsNet.a(InterMc_arm.o)
"_QuarterPelWP_4x4_13_asm", referenced from:
_QuarterPelWP_13_arm in libvsNet.a(InterMc_arm.o)
解决方法:
xcocd默认是YES
build settings ->enable testability->NO
https://blog.csdn.net/xqwin/article/details/81670560