
WeChat SDK on arm64
Undefined symbols for architecture arm64: "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) "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)ld: symbol(s) not found for architecture arm64clang: error: linker command Failed with exit code 1 (use -v to see invocation)
请帮忙…
解决方法 制作此编译器的关键如下:您必须将libc .dylib库添加到您的项目中.在任何其他链接中都没有提到这一点!我花了30个小时寻找这个答案.我希望你能在不到1的时间内找到这篇文章. 总结以上是内存溢出为你收集整理的ios – weChat SDK构建错误全部内容,希望文章能够帮你解决ios – weChat SDK构建错误所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)