Firebase-ios-sdk: FirebaseAnalyticsBinary 6.5.0 missing FirebaseCoreDiagnostics.framework

Created on 22 Jul 2019  路  3Comments  路  Source: firebase/firebase-ios-sdk

Environment

  • Xcode version: 10.2.1
  • Firebase SDK version: 6.5.0
  • Firebase Component: Analytics
  • Component version: 6.5.0

Steps to reproduce:

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.

Carthage

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.framework from a recent release is a good workaround.

All 3 comments

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

@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!

Was this page helpful?
0 / 5 - 0 ratings