MNWeibo
MNWeibo copied to clipboard
点击中间的加好按钮,点击第一个文字,点击表情按钮。奔溃了。
最新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重启也是一样的。
发现了启动是时候,检查授权。
print("授权" + (success ? "成功" : "失败"))
授权失败
微博sdk 有好些异常的情况(详情得看https://github.com/sinaweibosdk/weibo_ios_sdk/issues),
这里针对目前的各种登录不上的问题,提供了一个mock的功能了,可以pull一下最新的代码试试 https://github.com/miniLV/MNWeibo/issues/16