I have an error on the line:
#if !TARGET_OS_OSX && !TARGET_OS_WATCHOS
This is in the file named FIRAuthDefaultUIDelegate.h
And the error I get is: TARGET_OS_WATCHOS is not defined, evaluates to 0
I have tried updating/ reinstalling the pods but to no effect as well as cleaning my project and restarting Xcode. Any help on this would be appreciated.
I should also mention this error came out of "nowhere". By that I mean is that I left the code for a few days, and when I came back it started giving me an error.