firebase / codelab-friendlychat-ios

Apache License 2.0
68 stars 51 forks source link

Unable to build - Step 3 #230

Open colingoodman opened 1 year ago

colingoodman commented 1 year ago

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.

colingoodman commented 1 year ago

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?