[expo-payments-stripe] can't find pod module, app not compiling
See original GitHub issue🐛 Bug Report
I’m trying to use Stripe payments API but I can’t make it to work. I saw some changes in the documentation, and I tried using the old docs and the new docs (v32 vs latest )
Afyer I add the pod module and run pod install, this is the error I get
[!] Unable to find a specification for `UMCore` depended upon by `EXPaymentsStripe`
I also try to run the with-expokit
example inside the expo-payments-stripe
package but that is not working either
Environment
Expo CLI 2.13.0 environment info:
System:
OS: macOS 10.14.3
Shell: 5.3 - /bin/zsh
Binaries:
Node: 11.11.0 - /usr/local/bin/node
Yarn: 1.13.0 - /usr/local/bin/yarn
npm: 6.7.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Android Studio: 3.2 AI-181.5540.7.32.5014246
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
expo: ^33.0.0-alpha.web.1 => 33.0.0-alpha.web.1
react: 16.3.1 => 16.3.1
react-native: https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz => 0.55.4
react-navigation: ^2.17.0 => 2.17.0
npmGlobalPackages:
expo-cli: 2.13.0
I’m trying to run it in iOS
Steps to Reproduce
Create a new expo app, eject it, follow the docs on how to install expo-payments-stripe from https://docs.expo.io/versions/v32.0.0/sdk/payments/
For the with-expokit
example, I simple clone the repo, inside of with-expokit
folder I run yarn install and then inside ios I run pod install
And the error is
[!] No podspec found for `EXBarCodeScannerInterface` in `../node_modules/expo-barcode-scanner-interface/ios`
If I manually add the package expo-barcode-scanner-interface
, then it complains about the next one
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Saw your issue after opening mine. I provided a solution here #3814 . Try to remove the installed
expo-payments-stripe
then installexpo-payments-stripe@3.0.0
.Closing due to long inactivity period. I hope latest versions of
expo-payments-stripe
are working without problems!