jwplayer / JWPlayerKit-package

Swift Package Manager Repository for the JWPlayerKit iOS SDK
Other
1 stars 2 forks source link

Broken version 4.19.0 via SPM. Wrong checksum. #4

Open borjasantos-diez opened 6 months ago

borjasantos-diez commented 6 months ago

When trying to update to 4.19.0 via SPM, an error is thrown, complaining about the checksum not matching the one specified in the manifest.

Downloading binary artifact https://ssl.p.jwpcdn.com/sdks/ios/jwplayer-ios-sdk-4.19.0_11.zip
error: checksum of downloaded artifact of binary target 'JWPlayerKit' (ad301bf34555db4aecf2477874d6830aaebe07713a4cba542bd0b8c3721e856e) does not match checksum specified by the manifest (6cb00988e142126892cafbd7ebb703d4b8c757c2c6d7ad3f6159ddbd3089f8fe)
error: fatalError
MustaphaQadri commented 3 months ago

The same for 4.19.2! The package file contains this: 9a36ca64545f7d171d2b90843af8966d8bd7af7bf76a88bb464c6665fcdb3b71 If you run the checksum for the zip, you get: 40c018ceed010476bcdb6517e892f01872a639e0108b9837e26acb86082bf59e

4.19.1 has the correct checksum. So we have pinned the package on this version. But it is a bit sloppy 😕!