triniwiz / nativescript-plugins

Apache License 2.0
80 stars 50 forks source link

feat(stripe): update pod #139

Closed justinkurtz closed 1 year ago

justinkurtz commented 2 years ago

Updates the iOS Stripe pod to the latest (22.8.0): https://github.com/stripe/stripe-ios/releases/tag/22.8.0

This fixes build errors with Xcode 14.0. Also resolves #126 and #82?

FYI: This does bump the minimum iOS version to 12- updated the docs to reflect that.

msn444 commented 1 year ago

Has this made it into a release yet? I have 8.0.3 and the podfile still looks like this:

use_frameworks!
platform :ios, '11.0'
pod 'Stripe', '~> 21.10.0'
pod 'Stripe/Stripe3DS2', '~> 21.10.0'
matteonatale commented 1 year ago

Hi there, I've had the same issue a couple of days ago and then I noticed the changes needed because of the mismatch between my local Podfile and the one in the plugin. Just as @msn444 I had the newest plugin version (8.0.3) but the Podfile had not been updated. Does anyone know why I've had this issue?

justinkurtz commented 1 year ago

@matteonatale I believe the code has been merged but has not yet been released on NPM.

triniwiz commented 1 year ago

You could test it using the 9.0 alpha but you will also need to install the android alpha runtime as it has some kotlin related fixes

asharghi commented 1 year ago

Can confirm that I don't get a build error for iOS with packages:

"@nativescript/android": "^8.4.0-alpha.6",
"@triniwiz/nativescript-stripe": "^9.0.0-alpha.0",
kefahB commented 1 year ago

Hi every one,

I've tried the 22.8.0 but the pod isn't find it! for me the 22.5.0 work !