Firebase Cocoapods issue

Alex15 here,
Hi, I have created a post, with no replies yet, so if you see this, please take a look at it here:

Alex15!

Hi Alex,

The problem is that you have navigated too far into the project folder structure. You need to be one level back so that you are in the same folder as the projectName.xcodeproj and then perform your pod init there.

Once that is done, edit your Podfile to add the required pods, save and exit and then perform pod install

When the pod installation has completed, open your project by double clicking on the projectName.xcworkspace

Hey Chris,

Thanks!! This helped!!

Alex15

1 Like