> For the complete documentation index, see [llms.txt](https://docs.accurascan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accurascan.com/solutions/face-liveness-with-voice-authentication/ios/sdk-setup.md).

# SDK Setup

* install Git LFS using command `install git-lfs`
* Add below pod in podfile&#x20;

{% tabs %}
{% tab title="Accura Face Match" %}

```
pod 'AccuraLiveness_FM', '4.3.8'
```

{% endtab %}

{% tab title="Accura KYC" %}

```
pod "AccuraKYC", "4.2.0"
```

{% endtab %}
{% endtabs %}

* Run `pod install`

&#x20; Note :- After the pod is installed, ensure to check the pod size as mentioned [here](/language/ios/project-setup/check-pod-size.md)

* 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`&#x20;

***
