MNWeibo icon indicating copy to clipboard operation
MNWeibo copied to clipboard

点击中间的加好按钮,点击第一个文字,点击表情按钮。奔溃了。

Open df13954 opened this issue 3 years ago • 1 comments

最新master代码,ios 15.5.iPhone 11

show vc
libc++abi: terminating with uncaught exception of type NSException
dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIPageControl 0x105c0fe00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key _pageImage.'
terminating with uncaught exception of type NSException

还有一个就是,之前有人反馈的issue,进入首页,登录成功之后返回,首页列表没有任何数据。杀死APP重启也是一样的。

df13954 avatar Jul 20 '22 08:07 df13954

发现了启动是时候,检查授权。

print("授权" + (success ? "成功" : "失败"))

授权失败

df13954 avatar Jul 20 '22 08:07 df13954

微博sdk 有好些异常的情况(详情得看https://github.com/sinaweibosdk/weibo_ios_sdk/issues),

这里针对目前的各种登录不上的问题,提供了一个mock的功能了,可以pull一下最新的代码试试 https://github.com/miniLV/MNWeibo/issues/16

miniLV avatar Apr 12 '23 14:04 miniLV