px-ios
px-ios copied to clipboard
Target has transitive
Use this version instead, podspec for 'MercadoPagoSDK' has issues with subspec dependencies
pod 'MercadoPagoSDKV4', git: 'https://github.com/mercadopago/px-ios', tag: '4.49.0'
I have the same issue, any update?
Guys, do this podfile mod in use_frameworks:
use_frameworks! :linkage => :static
pod 'MLCardForm'
pod 'MLCardDrawer'
pod 'MLBusinessComponents'
pod 'MercadoPagoSDK
After that, delete your Output Files in Build phases and clean your build.
Lastly, but not less important, add this variable to your AppDelegate (if not, an 'Unrecognized selector sent to instance...' will appear when soft keyboard has to shown)
Now, you should be able to use the SDK