# Create IPA

You now need to copy the folder from the previous step into your MAC.\
Then, simply double click on the "Compile.command" file. When the scripts are finished you should have a new file with your project name and IPA extension. This is the file you will use in the next step to upload to App Store.

{% hint style="warning" %}
If you have a *permission denied*, or *unauthorized* or similar error when executing the Compile.command file on your MAC, you may be missing execution permission on the file.

[Make the file executable](https://support.apple.com/en-in/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/mac)

1. Open the terminal Window
2. Go to the folder where the script is
3. Run: **chmod u+x Compile.command**
   {% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso-ios-deployment/deployment/development/xcode.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.
