# Compile the plugin for iOS

1. Plugin XCode Project File Lists

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc4kkK-Lwd5ftjihTFSwlvlNQlvKVH4Aj3aIVWu8RJKjeMJ_i7pYuhDGrkLOhHJJqHkpphcID10KvOOwa2U7DTF6ombzzT74E35k4AHXhey3GnehHJZCad3C1m4F6kkc_fKRXjeeQ?key=z8t1k_LqDtHisw9gw3H4DGJQ" alt=""><figcaption></figcaption></figure>

2. Everything except the Curl framework can be found in the plugin repository. To install it, download the latest release (zip file) from <https://github.com/greatfire/curl-apple> or <https://github.com/tls-inspector/curl-ios/>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe9CqNqKKjm1ouC59PiPXT6VZQUo51xk36zp3SklC-z2BenwM21jW3r6RSI-5O9MJ7qvHYRUgYz1OJ5gXV6Dr-b4GBRwtU2rdcU1cO2TPJqd9hqXDN4Xr2Zytq5kNr_xWVj1w4vnA?key=z8t1k_LqDtHisw9gw3H4DGJQ" alt=""><figcaption></figcaption></figure>

\
3\. Unzip:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdD7F5Srm2ALb8PuCG3GEc66sflaA0Sx-ncDCWgZYrlGWX0zrs50JW5wJ6N2IttVPBQMvbGK3fAkmzMoXznwM-AUu5849yemc2s3AiS23SCtMuImM9BXRzTjB4tzoCk7iifymAErg?key=z8t1k_LqDtHisw9gw3H4DGJQ" alt=""><figcaption><p>Release file content</p></figcaption></figure>

4. Incorporate Curl into the project as a framework (follow instructions from the source repository). The XCode project configuration should look like this:<br>

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd_Leok3wHflULKA2j9FlZhrlrZhTohJ5Mh-UTAKi1hhucbFLDewKc2kjAS9ZWI9Wv_uCG6CCAtC1RnIafCILee0mtkvLCnetJNSacu71W1rbC0ZNLORQo0LAREhcI0tCV0jWgZ8A?key=z8t1k_LqDtHisw9gw3H4DGJQ" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdwA5iKoSq4P1l0i5QSa5EHtmi5RTXYTqx5p6XNbJTSkFEGo-RUR73uQGtdx06glD7KcPQS7Lkv-WNKGwCzPZrAZRFPgmopTeBTiLUndhzkzQIG-hk7b2v3ondrfUMb2ZdcEHJYuA?key=z8t1k_LqDtHisw9gw3H4DGJQ" alt=""><figcaption></figcaption></figure>

5. Add, for both Project and Target, in the “Header Search Paths” property the path where the downloaded curl files are located, checking the recursion option. For example: User/user/curl.framework/\*\*


---

# 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.nice1.dev/nice1-plugin/frequently-asked-questions/compile-the-plugin-for-ios.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.
