我已按照developers.google.com 中提供的所有步骤进行操作。
当我尝试做时
#import <GoogleSignIn/GoogleSignIn.h>
[GIDSignIn sharedInstance].clientID = kClientID;
从我的 plist 文件中获取了 clientID。
但它显示链接器错误,如
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_SFSafariViewController", referenced from:
objc-class-ref in GoogleSignIn(GIDSignIn.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
提前致谢。
我有上面提到的问题。
只需将“SafariServices.framework”添加到您在 iOS 9 中可用的项目中。
关于ios - ios 9.0 无法添加谷歌登录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32949700/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |