# SDK Setup

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

{% tabs %}
{% tab title="MRZ" %}

```
# install the AccuraMRZSDK pod for  AccuraMRZ
pod 'AccuraMRZSDK', '2.1.6'
```

{% endtab %}
{% endtabs %}

* Run `pod install`

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

* 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;

***

### Add license file in to your project. `key.license` &#x20;

{% hint style="info" %}
Make sure to rename your license with the proper name and format, which is key with the extension license. Eventually, it will look like key.license
{% endhint %}
