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
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.frameworkStoreKit.frameworkSystemConfiguration.frameworkYou may also need to set Other Linker Flags: -ObjC flag in your project's build steps.