-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
I found a few problems with this issue:
|
@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 |
I'm going to close, since this can be tracked and will be solved along with #7039 |
Thank you for explaining. I will stick with 7.4.0 until Carthage 0.38.0 is out which seems to be very soon. |
[REQUIRED] Step 1: Describe your environment
[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.
The text was updated successfully, but these errors were encountered: