Import MJCS SDK into the project – GBG IDscan Documentation

Import MJCS SDK into the project

Inside the provided package, there’s a folder called SDK. You would then see 3 folders that include MJCS.framework

  • Release-iphoneos: includes only iphone architectures
  • Release-iphonesimulator: includes only simulator architectures
  • Release-iphoneuniversal: includes all of the above. Please be aware that Apple does not allow submitting simulator architectures to the AppStore, hence they should be stripped before the submission.

Depending on your needs, select the right SDK and copy it into your project directory.

Import MJCS.framework into your Xcode project.

Click for larger view

Make sure that it’s being Embedded & Signed under your target settings.

Was this page helpful?