标签:
使用xcode6.1创建的项目, 添加新浪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
标签:
原文地址:http://www.cnblogs.com/bing-ge/p/4691286.html