Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why Carthage FirebaseAnalytics only is stopped at v7.4.0 ? #7698

Closed
koichi5115 opened this issue Mar 11, 2021 · 4 comments
Closed

Why Carthage FirebaseAnalytics only is stopped at v7.4.0 ? #7698

koichi5115 opened this issue Mar 11, 2021 · 4 comments

Comments

@koichi5115
Copy link

[REQUIRED] Step 1: Describe your environment

  • Xcode version: 12.4
  • Firebase SDK version: 7.8.0
  • Installation method: Carthage
  • Carthage version: 0.37.0

[REQUIRED] Step 2: Describe the problem

https://github.com/firebase/firebase-ios-sdk/blob/master/Carthage.md
As above mentioned, Firebase Carthage distribution may be discontinued, but FirebaseFirestore and other components is still updated. (Today, I noticed can use v7.8.0 components at Carthage distribution.)

But only FirebaseAnalytics is still stopped at v7.4.0.

Will FirebaseAnalyticsBinary be update in the future?
Otherwise, should we stop use Firebase SDK by Carthage distribution?

Bellow is my project Cartfile.resolved and Xcode console result.

スクリーンショット 2021-03-12 3 23 23

スクリーンショット 2021-03-12 3 24 27

@google-oss-bot
Copy link

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.

@paulb777
Copy link
Member

@koichi5115 Sorry about the trouble. We haven't updated Analytics in the Carthage distribution since 7.4.0 because Analytics switched to a distributing its binary via xcframeworks and Carthage does not yet support xcframeworks. The implementations is in progress at Carthage/Carthage#3123

In the meantime, a workaround is to integrate Analytics from the zip distribution

@paulb777
Copy link
Member

paulb777 commented Apr 3, 2021

I'm going to close, since this can be tracked and will be solved along with #7039

@icedice
Copy link

icedice commented Apr 23, 2021

Thank you for explaining. I will stick with 7.4.0 until Carthage 0.38.0 is out which seems to be very soon.

@firebase firebase locked and limited conversation to collaborators May 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants