Installing pods and Adding Permissions.

Installing Pods

Install Git LFS using command port install git-lfs or brew install git-lfs

And then run pod install

Important: Please note that in the directory "Pods/AccuraKYC_Sim/AccuraOCR.framework," the size of the AccuraOCR.framework should be approximately 220 MB. If the size is different, it may indicate that the git-lfs (Git Large File Storage) has not been initialized properly.

Add this permissions into iOS Info.plist file.

<key>NSCameraUsageDescription</key>
<string>App usage camera for scan documents.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>App usage photos for get document picture.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>App usage photos for save document picture.</string>

Last updated