capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 74 forks source link

"No such module 'Stripe3DS2'" for Version 1.1.0 #40

Closed DwieDima closed 3 years ago

DwieDima commented 3 years ago

Describe the bug since @capacitor-community/stripe 1.1.0 i cannot build the app because of an xcode error.

To Reproduce Steps to reproduce the behavior:

  1. ionic capacitor build ios
  2. build the app in xcode

Expected behavior app should compile

Screenshots

image

Desktop:

Smartphone:

DwieDima commented 3 years ago

update

updating cocoapods to 1.10.0 fixed this issue

https://stackoverflow.com/questions/64948546/swift-no-such-module-stripe3ds2-after-updating-stripe-to-21-0-1/64948631