I am trying to test my app on XCode but my builds continue to fail and return the error "Module 'cloud_firestore' not found"
I have properly set up the flutter environment and cocoapods on my computer in order to test locally via the FlutterFlow desktop app which works perfectly when I launch the app via the simulator there, FlutterDoctor also says everything is in order.
But XCode is necessary for me because I need to implement a Share Extension which is only possible via XCode, and I am met with that error when trying to test it.
Any help would be appreciated ๐