No such module 'FirebaseFirestore'

I did not have this issue in Xcode version 14.2, but I am getting it in Xcode 14.3. I added all of the Firebase packages and I know that FirebaseFirestore is, in fact, part of the package.

Interesting, I am just learning iOS, and during my courses I used Firebase but installed via CocoaPods, this time I added the package via add packages and when I want to use the Firestore DB to add in the app delegate also get this error, wonder what the issue could be.

So the authentication features all work, but the Firestore seems to be missing for some reason.

Will try and re install it later, but updating the package did not help.

I am on Xcode 14.2 (14C18)

So, I am not sure if this is the actual solution yet, but the error went away, when I did the following.

Click on your project, go to General tab, at the bottom you have Frameworks, Libraries and Embedded Content, click on the + and add the FirabaseFirestore.

@appSuren

This was the correct solution for me and worked like a charm.

Makes complete sense to add it to the framework and ill remember it for the future.

This worked for me too. I think it's the solution.

No such module 'FirebaseFirestore'
 
 
Q