Project Setup
Last updated
Last updated
Below are the steps to setup Accura Scan’s SDK in your project.
install Git LFS using command install git-lfs
Add below pod in podfile
Run pod install
Note :- After the pod is installed, ensure to check the pod size as mentioned
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 clean
command
ii. install Git LFS using install git-lfs
command
iii. Run pod install