Downloading the most recent version of Analytics via Carthage results in a missing framework error for FirebaseCoreDiagnostics. From the version JSON, in version 6.5.0 there is no FirebaseCoreDiagnostics framework. This file is present in version 6.3.0, and appears to have been left out by mistake.
In the meantime, I have used the framework from 6.3.0.
I found a few problems with this issue:
@mlmcgrath Thanks for the report. We're in the middle of moving the CoreDiagnostics framework from FirebaseAnalytics to FirebaseCore for Firebase 6.6.0 and a commit happened a bit too early. This will be fixed in the next release.
In the meantime, the workaround of using CoreDiagnostics.framework from a recent release is a good workaround.
Perfect, cheers!
Most helpful comment
@mlmcgrath Thanks for the report. We're in the middle of moving the CoreDiagnostics framework from FirebaseAnalytics to FirebaseCore for Firebase 6.6.0 and a commit happened a bit too early. This will be fixed in the next release.
In the meantime, the workaround of using
CoreDiagnostics.frameworkfrom a recent release is a good workaround.