I have a very annoying problem which I can't solve for two days now. The problem is with FirebaseAnalytics pod. I have tried: - "cleaning & building" - adding path to framework search path - adding the framework to the library in build phase section BUT NO LUCK at all!!!
In addition, I have tried reinstalling pods over again - the issue still persisted.
Is there anything particular with FirebaseAnalytics framework? This was a dependency file that was created from 'Firebase/Core'. If it helps, I should say that the issue happened after updating 'Firebase/Messaging' pod to 'FirebaseMessaging' and discarding changes.
I found a solution. First, what I did was to delete derived data folder in xCode for the project and then clean & building it again.