5

I am trying to integrate Master card merchant SDK. I am following all steps as described but always fails with error framework not found.

https://developer.mastercard.com/page/masterpass-merchant-sdk-for-ios#

enter image description here

Below is the screen shot of my framework search path

enter image description here

Below is the error which I am getting when trying to add framework in Xcode project

enter image description here

Raj Joshi
  • 2,669
  • 2
  • 30
  • 37

1 Answers1

1

First of all You need to be sure that framework included in linked libraries. Go to project settings and check it is listed in Link binary With Libraries section. enter image description here

HereTrix
  • 1,315
  • 7
  • 13