Undefined symbols for architecture arm64 “_OBJC_CLASS_$_SFSafariViewController”

前端 未结 2 371
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-10 02:45

I am trying to integrate Google sign in into my iOS app. I have followed instructions mentioned by Google.

I have added SafariService.framework as well.

St

2条回答
  •  情书的邮戳
    2020-12-10 03:24

    Since the SafariServices framework is only available on iOS9 and above, is it possible that you are trying to run this on a device with iOS lower than that? If so, is it possible that when you added the framework, you added it as required (making it impossible for the app to run on older versions of iOS)? Try setting it as optional (attaching an image to better explain what I mean).

提交回复
热议问题