> For the complete documentation index, see [llms.txt](https://docs.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplorpay.com/guides/mobile-emv/ios-framework/integrate-ios-framework.md).

# Integrate iOS framework

To integrate the iOS framework into your app:

{% stepper %}
{% step %}
Install the latest version of [Carthage](https://github.com/Carthage/Carthage#installing-carthage).
{% endstep %}

{% step %}
Add the iOS framework line to your `cartfile`:

```javascript
github "Clearent/iOS-framework"
```

{% endstep %}

{% step %}
Run the following command in the root folder of your project:

```javascript
Carthage update
```

It imports a copy of the iOS framework and builds in the local folder Carthage/Build path.
{% endstep %}

{% step %}
Move the iOS framework from the Carthage/Build folder to the Embedded Binaries section in the **General settings** tab of your iOS app’s target.
{% endstep %}

{% step %}
Click the **+** icon.
{% endstep %}

{% step %}
Select **New Copy Files Phase** to copy debug symbols for debugging and crash reporting on iOS app.
{% endstep %}

{% step %}
Click the **Destination** menu.
{% endstep %}

{% step %}
Select **Products Directory** from the dropdown options.
{% endstep %}

{% step %}
Select the corresponding dSYM file from the iOS framework folder and upload the dSYM file.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.xplorpay.com/guides/mobile-emv/ios-framework/integrate-ios-framework.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.
