use_frameworks issue
If you are using CocoaPods
and
use_frameworks!
enabled in your Podfile
you might
get the
following error:
fatal error: 'Stripe/Stripe.h' file not found
To solve this problem please be sure that Stripe.framework
is
added to Link Binary
with Libraries
section of
Build Phases
in TPSStripe.xcodeproj
. If problem
still persist, please try to clean your build folder and rebuild again.