Google SignIn without CocoaPods

后端 未结 3 2212
死守一世寂寞
死守一世寂寞 2021-01-20 14:21

I am trying to integrate the GoogleSign-In for iOS with the documentation found here: https://developers.google.com/identity/sign-in/ios/start-integrating

Ho

3条回答
  •  感动是毒
    2021-01-20 15:04

    The standalone SDK is available here now: https://developers.google.com/identity/sign-in/ios/sdk/

    As mentioned by other posters, you must add the following dependent frameworks:

    • AddressBook.framework
    • StoreKit.framework
    • SystemConfiguration.framework

    You may also need to set Other Linker Flags: -ObjC flag in your project's build steps.

提交回复
热议问题