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
I have pod 'react-native-stripe', :path => '../node_modules/react-native-stripe' in my podfile, but in RNStripe.h I'm getting Stripe/Stripe.h not found. Are there any other steps to install this? I've run a pod install etc, I have libStripe.a in my linked binaries and libraries, as well as libPods-ProjectName.a.
The text was updated successfully, but these errors were encountered:
Ok I had to remove libStripe.a from my linked binaries and libraries, and also add in ${SRCROOT}/../../../ios/Pods/Headers/Public (recursive) to my header search paths for RNStripe.xcodeproj
I have
pod 'react-native-stripe', :path => '../node_modules/react-native-stripe'
in my podfile, but in RNStripe.h I'm gettingStripe/Stripe.h not found
. Are there any other steps to install this? I've run a pod install etc, I have libStripe.a in my linked binaries and libraries, as well aslibPods-ProjectName.a
.The text was updated successfully, but these errors were encountered: