Migration from an older SDK version to v2.16.0
Motivation
In version v2.16.0, MobbScan SDK introduced the xcframework as a distribution method instead of the usual frameworks. With these new objects, if the xcframeworks split architectures in separate frameworks inside the artefact as presented in the picture below, old troubles like architectures problems are no longer reproduced:
Configuration steps
In order to use this new SDK, you just have to replace the old frameworks with the new xcframeworks. To do this, please take look at the configuration SDK section.
Swift projects considerations
MobbScan header file has changed its name from version v2.16.0. If your project is built on Swift, you must change this name on your BridgingFile.h
file. The old name was MobbScanSDK-iOS.h
, which must be replaced with MobbScanSDK.h
.