-
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
Error installing Firebase #13681
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hi @Jerry8135, I wasn't able to reproduce the issue. This might be related to internet connection issue. May I know if you've tried using other network? |
I have troubles downloading dependencies via SPM on CI for more than 2 days |
@anton-alekseev-amo That sounds like a different issue that we've also been seeing in Firebase CI the last few days that SPM binary dependencies are failing in GitHub Actions. The best workaround we've found is to serialize jobs, that often, but not always works around the GHA networking issue. |
Been getting the same as anton-alekseev-amo in our self hosted GitHub Actions runner since about 12 hours ago. Doesn't seem flakey as never successful even with jobs serialized |
Using the cache action is looking like a promising resolution to the binary Swift Package Manager network failures we were seeing. firebase/data-connect-ios-sdk#16 |
@rizafran hello,thank you for your reply,i also think its netowrk issue,i use vpn and my mobile hotpoint,but it still the same result,i am not sure,i search it in google and try many options,now its ok ,maybe its my vpn not stable |
Description
when install firebase from pod it always show error,when use swift package manager,it always show can not download it
Reproducing the issue
after do pod install,it still show the issue
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: xxxxx bytes of body are still expected
Firebase SDK Version
11.2.0
Xcode Version
16.0
Installation Method
CocoaPods
Firebase Product(s)
Messaging
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
target 'App' do
capacitor_pods
Add your Pods here
pod 'Firebase/Core'
pod 'Firebase/Messaging'
end
The text was updated successfully, but these errors were encountered: