# iOS アプリのビルド

{% hint style="info" %}
2025年4月以降、App Store に送信されるiOS アプリは、iOS 18 SDK 以降をサポートする必要があります。詳細は、[アプリの提出](https://developer.apple.com/jp/app-store/submitting/) を参照していください。

Monacaで開発するアプリを AppStore に公開するには、Cordova 12 以降のプロジェクトを使用する必要があります。
{% endhint %}

{% content-ref url="/pages/-MfWrbHJxfQ21N1crXkk" %}
[iOS アプリのビルド](/products_guide/monaca_ide/build/ios/build_ios.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbO9K9YXlWkpKdUt" %}
[Monaca と Xcode 間でのビルド設定の再利用](/products_guide/monaca_ide/build/ios/import_export.md)
{% endcontent-ref %}


---

# 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://ja.docs.monaca.io/products_guide/monaca_ide/build/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.
