I am creating an app that uses firebase on Xcode. I installed the 64 bit version I read others recommended on the new M1 Macs and every time I open up my computer again, I get 15 errors of 'Redefinition of Firebase' in all files like the modulemap, object.h, dispatch.h, CFNetwork.h, AXFoundation.h as well as 'Could not build module 'CoreFoundation'
I am not sure what to do since I am new to the swift language and Xcode. I have not been using the workspace rather the project and it worked the first time I installed it. I also tried uninstalling and redoing the pod install, but to no avail. I would like my code to work as I am just trying to make a way for others to sign in so I can build the rest of the app. Thanks!