-
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
Flaky installation of GoogleAppMeasurement in 7.11 with SwiftPM #7962
Comments
This is likely the underlying implementation of the unzipping: Will try to work off that and reproduce. |
This includes the same artifacts as 7.11.0 but put into the proper `.zip` format (with `zip` on the command line instead of Finder's compress menu option). See firebase/firebase-ios-sdk#7962 for more details.
This includes the same artifacts as 7.11.0 but put into the proper `.zip` format (with `zip` on the command line instead of Finder's compress menu option). See firebase/firebase-ios-sdk#7962 for more details.
7.11.1 for SwiftPM was released and this appears to be resolved. |
@ryanwilson does this warrant a release note? |
Probably - but let's hold off momentarily as I just had the issue happen again. |
This seems to have stabilized with some combination of recent Xcodes and Firebase releases. I'll close for now and we can reopen if it reoccurs. |
[REQUIRED] Step 1: Describe your environment
Swift Package Manager
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
From a blank project in Xcode 12.5, attempt to add Firebase via SwiftPM.
Occasionally, this fails to reproduce with the message:
Relevant Code:
No code needed, error occurs in Xcode during installation.
The text was updated successfully, but these errors were encountered: