You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nabilfreeman This is great! I was experimenting in a similar fashion but I thought I was wrong (payments still weren't working) - it turned out the app was building but it could not find the right headers so tokenizing didn't work.
Btw, your method can also be used without cocapods.
Thanks!
Hey there,
I figured out how to skip the weird cli and Carthage steps to get this library working with Stripe in Cocoapods.
Install Stripe via Pods as usual.
Then you need to manually add a search path for Stripe.
$(SRCROOT)/../../../../ios
, with the search style set to "recursive".Then Stripe should work without doing anything funky.
This needs to be a manual step after
npm install
. Not sure how to make it automatic via postinstall yet.Hope this helps
The text was updated successfully, but these errors were encountered: