apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.16k stars 989 forks source link

Cordova iOS 6.2.0 has not been published on Cocoapod #1152

Closed wmathurin closed 3 years ago

wmathurin commented 3 years ago

Bug Report

Problem

Cordova iOS 6.2.0 has been published to npm back in February 2021. https://cordova.apache.org/announcements/2021/02/04/cordova-ios-release-6.2.0.html

But it was not published on Cocoapod. Instead the version there is still 6.1.1 published in September 2020.

Checklist

timbru31 commented 3 years ago

Hi @NiklasMerz you took care of the latest release - can you take a look? I bet @erisu can support if assistance is required 👍

erisu commented 3 years ago

@wmathurin I just pushed 6.2.0 to CocoaPods: https://cocoapods.org/pods/Cordova

FanningHau commented 1 year ago

6.3.0 have a same issue, someone can help?

wmathurin commented 1 year ago

@FanningHau, our workaround is to point to github in our cordova plugin:

<pod name="Cordova" git="https://github.com/apache/cordova-ios" tag="6.3.0" />

See: https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin/blob/dev/plugin.xml#L106

FanningHau commented 1 year ago

@wmathurin OK, thanks for your reply

NiklasMerz commented 1 year ago

6.3.0 is now published thanks to @erisu