question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
hangindevcommented, Mar 22, 2019

Saw your issue after opening mine. I provided a solution here #3814 . Try to remove the installed expo-payments-stripe then install expo-payments-stripe@3.0.0.

0reactions
sjchmielacommented, Sep 12, 2019

Closing due to long inactivity period. I hope latest versions of expo-payments-stripe are working without problems!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stripe Integrating Issues - Stack Overflow
I installed 'Stripe' in my project. However, when I follow the directions on Stripe's website to integrate and 'import Stripe' in my AppDelegate ......
Read more >
Custom payment flow | Stripe Documentation
Learn how to embed a custom Stripe payment form in your website or application. The client- and server-side code builds a checkout form...
Read more >
Stripe Apple Pay Pod Error while building Flutter iOS App
I am facing this issue have a look please and help me fix it asap!!!! :( Swift Compiler Error (Xcode): '(any PKPaymentAuthorizationControllerDelegate) ...
Read more >
Accepting Credit Cards In Your iOS App Using Stripe
Stripe is an easy way to accept online and mobile app payments from ... Credit card payments are not to be confused with...
Read more >
expo-errors - NPM Package Overview - Socket - Socket.dev
fix __dir__ absolute path in script_phase making an inconsistent Podfile. · Fix PROJECT_ROOT path resolution in get-app-config-ios.sh . · Fix app. · Fix...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found