IDScanIDParser
To install IDScanIDParserIOS as a Swift Package
, please read here
Installing as XCFramework (relevant for both Swift and Objective-C projects)
- Download and unzip the archive with IDScanIDParserIOS.
- Open unzipped directory. Then open
Libs
folder in it.IDScanPDFParser.xcframework
andIDScanMRZParser.xcframework
are located there.
- Add frameworks you need to your project dragging them into the
Project navigator
.
- Keep checkbox
Copy items if needed
checked, select needed targets and push theFinish
button.
- Go to
your target
→General
, scroll down toFrameworks, Libraries, and Embedded Content
section. Be sure, that the frameworks appeared there, otherwise add them with+
button. ChangeEmbed
mode fromDo Not Embed
toEmbed & Sign
. Repeat this for all targets you selected instep 4
.
How to Activate and Use
Please read here