# Build App for IOS

### How to build the app for iOS ?

To build the app for iOS run the project in the the following path `hubay -> ios -> HuBay.xcodeproj` . Ensure that you are at the right folder after downloading the app.&#x20;

1. Open the iOS project (`HuBay.xcodeproj`) from the hubay downloaded folder.
2. Run the project by clicking the Play button.&#x20;
3. The app will run and you will be able to navigate in the iOS simulator.&#x20;

{% hint style="info" %}
Please ensure installing **The Node Package Manager** before building the app for iOS
{% endhint %}

If you want to run the app in your mobile device, then you need to get enrolled to Apple Developer Program. It will cost you 99 $ per year, to apply for [Apple Developer Program](https://developer.apple.com/programs/) [click here](https://developer.apple.com/enroll/).&#x20;

### Step 1: Open the iOS project :&#x20;

![](https://1727368492-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEzEEy9myM_tB5Zef-M%2F-LFwoaqc-PSgdkLwwh-J%2F-LFwpCj_2siHWLGpB7eN%2Fbuildios.png?alt=media\&token=7f8c4d12-053f-46c7-a160-80b2e2a2853d)

### Step 2: Run the project by clicking play button:&#x20;

![](https://1727368492-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEzEEy9myM_tB5Zef-M%2F-LFwpKlUJ6-HUYnYzL1C%2F-LFwqApccDhuzsX07Y3s%2FRunforIOS.png?alt=media\&token=e0939d86-7d12-41b7-9b26-fca2db601a4b)

### Step 3: Nevigate the app in the iOS simulator:&#x20;

![](https://1727368492-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEzEEy9myM_tB5Zef-M%2F-LFwpKlUJ6-HUYnYzL1C%2F-LFwqNjOwpKsJrgrGQ5y%2FAfterRunIOS.png?alt=media\&token=1b0e831a-e351-4d95-be3a-939a8990179a)


---

# 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://hubay.gitbook.io/magento2/build-app-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.
