# ビルドエラー：証明書の最大数に達しました

一般的ではありませんが、開発証明書や配布証明書が多すぎるとiOSビルドが失敗することがあります。各Apple Developerアカウントには、すべてのアプリをビルドするために1つの開発証明書と1つの配布証明書が必要です。iOS証明書に依存する他のアプリ（非Adaloでも）がある場合、不要な証明書を取り消しても、Adaloによって再度生成されれば中断されることはありません。

#### 可能性のある原因：

1. **Apple Developerアカウントに2つ以上の開発証明書または2つ以上の配布証明書がある：** これにより、アカウントに存在する証明書を使用できない場合、新しい証明書を作成することができなくなります。

#### 解決方法：

これらの証明書を**1つだけ**残して削除し、Adaloが**1つ**を作成できるようにすることで、このアプリをTestFlightにアップロードできるようにします。

これを行うには、次の手順に従ってください：

1. [iOS Developerアカウント](https://developer.apple.com/account/ios/profile/profileList.action?type=production)に移動します。
2. **Certificates**メニューの下の**Production**をクリックします。
3. 期限切れ間近の**iOS Distribution**証明書をクリックします。
4. **Revoke**をクリックします。
5. 証明書を取り消すことを確認するために**Revoke**をクリックします。
6. Adaloに戻り、iOSアプリの新しいビルドを作成します。これにより新しい証明書が生成されます。


---

# 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://help.adalo.com/ja/testing-your-app/publishing-to-the-apple-app-store/submit-your-build-to-the-app-store/build-error-you-have-reached-the-maximum-number-of-certificates.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.
