px-ios icon indicating copy to clipboard operation
px-ios copied to clipboard

Target has transitive

Open Arcangel1994 opened this issue 3 years ago • 3 comments

Captura de Pantalla 2021-09-22 a la(s) 13 48 05

Arcangel1994 avatar Sep 22 '21 18:09 Arcangel1994

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'

gitrubs avatar Sep 30 '21 18:09 gitrubs

I have the same issue, any update?

juanes30 avatar Dec 01 '21 02:12 juanes30

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. fix 2

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) fix

Now, you should be able to use the SDK

ivanbarto avatar Jan 17 '22 17:01 ivanbarto