codelab-friendlychat-ios
codelab-friendlychat-ios copied to clipboard
Unable to build - Step 3
Ran pod install --repo-update
as instructed, but in SignInViewController I get "No such module 'GoogleSignIn'"
I have updated cocoa pods and attempted a clean install by cloning the repo again; same result.
This comment https://github.com/firebase/codelab-friendlychat-ios/issues/176#issuecomment-1160622176 resolved the above problem, but it yielded the following problems: FirebaseCore/FirebaseCore.h' file not found
and Could not build Objective-C module 'Firebase'
There is a stack overflow page related to this, but I am worried I am going down a weird rabbit hole. Is there something simple I am missing to this tutorial?