# 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`

{% hint style="info" %}
***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.
{% endhint %}

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.accurascan.com/language/flutter/ios-setup/installing-pods-and-adding-permissions..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
