I am getting this error that\'s causing the AppDelegate to crash
Terminating app due to uncaught exception \'com.google.greenhouse\', reason: \'Error Doma
We had the exact same error and solved by removing
pod 'Google/Analytics'
from Podfile.
In our case, we had been using GA and switch to Firebase + TagManager Solution, but just forgot to remove 'Google/Analytics' from Podfile. (Even we remove 'Google/Analytics', TagManager installs GoogleAnalytics for dependencies but errors are gone. Curious but it works...)