I am starting out with firebase and have added the sdk to my swift(UI) project in Xcode 13 however the IDE is giving me a "No such module: Firebase") error and I can't see why?
Any thoughts as to what's going on here?
CodePudding user response:
I have this problem from time to time. In my case it helps to relaunch Xcode, clean build folder as mentioned above.
One day it works fine and the other stops seeing firebase library.
CodePudding user response:
Clean Build Folder, relaunch your application and build it again.

