您的位置:首页 > 其它

我的bug之 Undefined symbols for architecture arm64:

2015-08-25 15:41 281 查看
Undefined symbols for architecture arm64: "_OBJC_CLASS_$_WeiboApi", referenced from:

解决方法:

这是使用腾讯微博的时候报错的:

在你的项目中的appDelegate中

[ShareSDK connectTencentWeiboWithAppKey:kTencentWeiBoSDKAppKey

                  appSecret:kTencentWeiBoSDKAppSecret

                  redirectUri:kTencentWeiBoSDKRedirectUri

                   wbApiCls:[WeiboApi class]];

替换成:

[ShareSDK connectTencentWeiboWithAppKey:kTencentWeiBoSDKAppKey

appSecret:kTencentWeiBoSDKAppSecret

redirectUri:kTencentWeiBoSDKRedirectUri];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: