linker errors - Venmo iOS SDK pod integration issues -


i trying integrate venmo ios sdk having problems importing project. upon installing pod, here error:

error1

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:

enter image description here

there little information on web or in docs these issues. have ideas?

solved adding use_frameworks! podfile.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -