linker errors - Venmo iOS SDK pod integration issues -
i trying integrate venmo ios sdk having problems importing project. upon installing pod, here error:
the sdk mentions there may issues integrating venmo parse, followed redirect link , added following recommended other linker flags:
-force_load $(built_products_dir)/libpods-venmo-ios-sdk.a -force_load $(built_products_dir)/libpods-vencore.a
doing produced error:
there little information on web or in docs these issues. have ideas?
solved adding use_frameworks!
podfile.
Comments
Post a Comment