# ビルドエラー：配信証明書が期限切れです

開発証明書または配布証明書の有効期限が切れている場合、iOSビルドが失敗することがあります。これらの証明書には有効期限があり、期限切れの場合は取り消す必要があります。

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

1. **配布証明書が期限切れです。**
2. **開発証明書が期限切れです。**

#### 解決方法：

Adaloが新しい証明書を作成できるように、これらの証明書を1つだけ残してすべて削除してください（最大2つまで設定できます）。

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

1. [iOS Developer Account](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-distribution-certificate-has-expired.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.
