Getting started
The Docutain Barcode Scanner SDK for iOS is available as XCFramework. More distributions like CocoaPods will soon be available.
The XCFramework can be downloaded here: Download
Using the XCFramework (XCode 11+ only)
- Unzip the downloaded file and copy it to the project directory
- In XCode then add the XCFramework in the Build Target under "Frameworks, Libraries and Embedded Content"
- Add
import DocutainSdk_Barcode
in your source code at the places you want to use it