当在oc中调用c++中的方法时,发现说c++中的方法没定义或是找不到
Undefined symbols for architecture i386:
"_desTYData", referenced
from:
-[TuYoo encryptParametersWithDict:] in libtuyoo.a(TuYoo.o)
ld:
symbol(s) not found fo
记得c++中的方法定义是要这样定义的
extern"C" {
const char
*desTYData(const char *str);
}
而且把调用c++方法得.m文件改为.mm就可以了
oc调用c++接口时 报错 Undefined symbols for architecture i386:,布布扣,bubuko.com
时间: 2024-10-21 07:20:25