ios - Adding Stripe Pod- linker error -
the pod installed properly. tried clean/build multiple times. header files included in bridging header. architectures include arm64 i'm still receiving error.
undefined symbols architecture x86_64: "_objc_class_$_stripe", referenced from: __tmacso6stripe in appdelegate.o ld: symbol(s) not found architecture x86_64 clang: error: linker command failed exit code 1 (use -v see invocation)
actually when ran pod install, didn't inherit path in
other linker flags so manual fix adding
$(inherited) hope helps if encounter same problem.
Comments
Post a Comment