polarofficial / polar-ble-sdk

Repository includes SDK and code examples. More info https://polar.com/en/developers
Other
487 stars 155 forks source link

Polar SDK 5.6.0 not released on iOS #476

Open orestesgaolin opened 3 months ago

orestesgaolin commented 3 months ago

Platform on which you observed the bug:

Device on which you observed the bug:

Describe the bug Seems like the Podspec is not updated for iOS library and it still shows 5.5.0 as the latest version

screenshot_20240724_100937

How to Reproduce Try to add PolarBleSDK version 5.6.0

  s.dependency 'PolarBleSdk', '~> 5.6.0'

None of your spec sources contain a spec satisfying the dependency: PolarBleSdk (~> 5.6.0)

Expected behavior

Please release the 5.6.0 for iOS. Current workaround is to override the Pod in Podfile by providing github reference.

samulimaa commented 3 months ago

Hello, please try now again. Podspec should now be properly updated. You might need to run pod repo update to find the new pod.