2019-10-09 18:38:11.086615+0800 proj-mobile[1408:423767] log : wxlog:set property list
2019-10-09 18:38:11.095783+0800 proj-mobile[1408:423767] +[WXApi genExtraUrlByReq:withAppData:]: unrecognized selector sent to class 0x103a5aa30
2019-10-09 18:38:11.095991+0800 proj-mobile[1408:423767] EXCEPTION THROW: +[WXApi genExtraUrlByReq:withAppData:]: unrecognized selector sent to class 0x103a5aa30
wxLogin throw: {}
2019-10-09 18:38:11.096207+0800 proj-mobile[1408:423767] HelloOC: wxLogin throw: {}
错误如下,点击登录后报错。求教
2020-05-08 11:44:35.614109+0800 WeChatLogin[14150:2671979] log : wxlog:send req[], appID:wx179d062a16638f00, universalLink:https://*****/, sdkVersion:1.8.7.1 2020-05-08 11:44:35.644306+0800 WeChatLogin[14150:2671979] log : wxlog:set property list 2020-05-08 11:44:35.665509+0800 WeChatLogin[14150:2671979] +[WXApi genExtraUrlByReq:withAppData:]: unrecognized selector sent to class 0x10070e6b8 2020-05-08 11:44:35.666203+0800 WeChatLogin[14150:2671979] exception:+[WXApi genExtraUrlByReq:withAppData:]: unrecognized selector sent to class 0x10070e6b8 2020-05-08 11:44:40.739281+0800 WeChatLogin[14150:2672050] PBItemCollectionServicer connection disconnected. 微信技术专员-aizen,麻烦帮忙看下,谢谢
你们微信真垃圾,官网写的屎一样
我也遇到了问题,加了-ObjC -all_load编译报错
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)", referenced from:
zxing::pdf417::DecodedBitStreamParser::byteCompaction(int, zxing::ArrayRef<int>, int, zxing::Ref<zxing::String>) in libZXingWidget.a(DecodedBitStreamParser-8195A93E6656064C.o)
"std::allocator<char>::~allocator()", referenced from:
std::_Vector_base<char, std::allocator<char> >::_Vector_impl::~_Vector_impl() in libZXingWidget.a(Decoder-3DF771F40A970F8E.o)
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)", referenced from:
+[ProductResultParser parsedResultForString:format:] in libZXingWidget.a(ProductResultParser.o)
___cxx_global_var_init.1 in libZXingWidget.a(Code39Reader.o)
___cxx_global_var_init.1 in libZXingWidget.a(Code93Reader.o)
zxing::oned::Code128Reader::decodeRow(int, zxing::Ref<zxing::BitArray>) in libZXingWidget.a(Code128Reader.o)
zxing::aztec::Decoder::getEncodedData(zxing::Ref<zxing::BitArray>) in libZXingWidget.a(Decoder-387E8B3BE4AFD07D.o)
zxing::common::StringUtils::guessEncoding(char*, int, std::map<unsigned int, std::string, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::string> > > const&) in libZXingWidget.a(StringUtils.o)
zxing::common::CharacterSetECI::CharacterSetECI(int const*, char const* const*) in libZXingWidget.a(CharacterSetECI.o)
...
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Showing first 200 notices only
在"Other Linker Flags"中添加了"-ObjC -all_load" 还是一样报这个错。
然后再加 force load 加 sdk路径依旧报这个错。
暂时无解了,先回退sdk版本了。
下载的例子跑起来又是正常的。。。
Other Linker Flags"中是否已经添加了"-ObjC -all_load"就行了 谢谢微信技术专员
你好 我也遇到了这个问题 请问有解决方案吗?
同样遇到这个问题,应该是静态库无法动态获取类名的问题,网上解决方式也就是官方说的加-all_load。我的项目有其他依赖库,加了-all_load后报duplicate xxx错误,后来是按照网上说的改加-force_load {libWeChatSDK.a的路径} 解决了
你好,麻烦提供下微信号,我们一起看下这个问题
我也遇到了一样的问题,解决了吗?
详情请参考接入文档3.2的第4点 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html
你好,我也是相同的问题,请问您解决了嘛?
详情请参考接入文档3.2的第4点 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html