SDK Setup
install Git LFS using command
install git-lfsAdd below pod in podfile
pod 'AccuraLiveness_FM', '4.3.8'pod "AccuraKYC", "4.2.0"Run
pod install
Note :- After the pod is installed, ensure to check the pod size as mentioned here
Solving pod issue (follow this step only if the pod size doesn’t match the size mentioned in point 3)
i. Clean the pod using
pod cleancommand ii. install Git LFS usinginstall git-lfscommand iii. Runpod install
Last updated