klarna / klarna-mobile-sdk

Klarna Mobile SDK for iOS
https://docs.klarna.com/mobile-sdk/ios/
Apache License 2.0
29 stars 12 forks source link

Error installing KlarnaMobileSdk: IOS (since the latest version 2.6.23) #246

Closed BunnyBuddy closed 1 month ago

BunnyBuddy commented 1 month ago

When I run pod update, I get

[!] Error installing KlarnaMobileSDK
[!] /usr/bin/git clone https://github.com/klarna/klarna-mobile-sdk.git /var/folders/_3/v5b_c51567x8ktb0jbbq4r_80000gn/T/d20241023-31621-bfvpiz --template= --single-branch --depth 1 --branch 2.6.23

Cloning into '/var/folders/_3/v5b_c51567x8ktb0jbbq4r_80000gn/T/d20241023-31621-bfvpiz'...
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 1337 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

This is only happening since the last update.

I thought increasing the git buffer size might help but still no use.

BunnyBuddy commented 1 month ago

Oh sorry, I figured it out. Just had to clean cache and then run pod update