Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ld: framework not found MCCMerchant_sandbox

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

like image 754
Raj Joshi Avatar asked Nov 08 '22 11:11

Raj Joshi


1 Answers

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

like image 166
HereTrix Avatar answered Nov 15 '22 10:11

HereTrix