Ld: frames not found by MCCMerchant_sandbox

I am trying to integrate a merchant card seller SDK . I follow all the steps as described, but always fails without finding a frame of error.

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

enter image description here

Below is a screenshot of the wireframe search path

enter image description here

The following is the error I get when trying to add a framework to an Xcode project

enter image description here

+5
source share
1 answer

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

+1
source

Source: https://habr.com/ru/post/1274884/


All Articles