美文网首页
WeChatSDK 导入出问题

WeChatSDK 导入出问题

作者: panda_熊猫 | 来源:发表于2017-09-25 16:07 被阅读78次

Undefined symbols for architecture x86_64:

"_OBJC_CLASS_$_CTTelephonyNetworkInfo", referenced from:

objc-class-ref in libWeChatSDK.a(MTAHelper.o)

ld: symbol(s) not found for architecture x86_64

clang: error:linker command failed with exit code 1 (use -v to see invocation)

以上问题需要导入::CoreTelephony.framework

Undefined symbols for architecture x86_64:

"operator delete[](void*)", referenced from:

+[WeChatApiUtil EncodeBase64:] in libWeChatSDK.a(WeChatApiUtil.o)

+[WeChatApiUtil NsDataEncodeBase64:] in libWeChatSDK.a(WeChatApiUtil.o)

+[WeChatApiUtil DecodeWithBase64:] in libWeChatSDK.a(WeChatApiUtil.o)

+[WeChatApiUtil DecodeBase64:] in libWeChatSDK.a(WeChatApiUtil.o)

"operator new[](unsigned long)", referenced from:

+[WeChatApiUtil EncodeBase64:] in libWeChatSDK.a(WeChatApiUtil.o)

+[WeChatApiUtil NsDataEncodeBase64:] in libWeChatSDK.a(WeChatApiUtil.o)

+[WeChatApiUtil DecodeWithBase64:] in libWeChatSDK.a(WeChatApiUtil.o)

+[WeChatApiUtil DecodeBase64:] in libWeChatSDK.a(WeChatApiUtil.o)

ld: symbol(s) not found for architecture x86_64

clang: error:linker command failed with exit code 1 (use -v to see invocation)

这个需要导入  libc++.tbd        (xcode里面)

相关文章

网友评论

      本文标题:WeChatSDK 导入出问题

      本文链接:https://www.haomeiwen.com/subject/chrdextx.html