Error: 'absl/numeric/int128_have_intrinsic.inc' file not found

Hello everyone,

I was following Chris’s tutorial on implementing Firestore into my app and allowing for users to create an account and then tried to run my app but got this error.

Any help would be appreciated!

Hi @mattw2,

I think there is a version problem in your project.

You might be able to resolve by running:

pod deintegrate

Then reinstalling with

pod install