添加新浪SDK,运行[WeiboSDK registerApp:kAppKey];这一步崩溃,抛出以下
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSDictionaryM weibosdk_WBSDKJSONString]: unrecognized selector sent to instance 0x7fb7315a89e0'
解决方法:
在 Build Settings 中的 Other Linker Flags 修改为 -all_load
在使用ShareSDK时也会出现同样的问题,也能用此方法解决