Sinan
Sinan

Reputation: 1

When I run my code it says 'no module FirebaseFirestoreSwfit'

I keep trying to improve the podfile but it still wont work. Here's the Podfile and code:

enter image description here

Upvotes: 0

Views: 77

Answers (1)

Darshan
Darshan

Reputation: 561

Podfile has an issue due to which the project is unable to find the appropriate module.

Please see the screenshot how Podfile should look like.

Podfile

All the third-party libraries are supposed to be added below the tag # Pods for [Project Name].

I tried and it worked for me. I hope it works for you too.

Upvotes: 1

Related Questions