leancloud / leancloud-social-ios

LeanCloud 社交登录组件,轻松加入 QQ、微博、微信登录
https://leancloud.cn/docs/sns.html
159 stars 50 forks source link

AVOSCloudSNS错误 #71

Open tapinfinity opened 6 years ago

tapinfinity commented 6 years ago

当添加以下语句时: [AVOSCloudSNS setupPlatform:AVOSCloudSNSQQ withAppKey:@"1106870533" andAppSecret:@"69wJMsCLVIcRv28j" andRedirectURI:nil];

会报错: Undefined symbols for architecture x86_64: "_OBJCCLASS$_AVOSCloudSNS", referenced from: objc-class-ref in AppController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

如果删除此不会,请问什么问题?