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#
Below is the screen shot of my framework search path
Below is the error which I am getting when trying to add framework in Xcode project
1 Answers
Answers 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.
0 comments:
Post a Comment