SDK アプリのために、2026年4月28日以降、App Store Connectにアップロードされるすべてのアプリとアプリのアップデートは、Xcode 26または以降のバージョンで構築され、iOS 26 SDKまたはiPadOS、tvOS、visionOS、watchOSのそれぞれの26のSDKを使用する必要があります。Capacitor アプリを配信する場合、この期限が関係します。
この変更は、ほとんどのチームにとって、ビルド環境の変更であり、フルアプリの移行ではありません。すでに「__CAPGO_KEEP_0__ Build」 Capgo BuildAppleが変更したこと
Appleは要件を
Upcoming Requirements ページに掲載し、また「App Store submission ページにも記載しています。 __CAPGO_KEEP_0__ __CAPGO_KEEP_1__
Starting on April 28, 2026, App Store Connect no longer accepts uploads built with Xcode earlier than 26 or without the required 26 SDKs. Existing apps already live on the App Store keep working, but the next binary you submit must come from the new toolchain.
What It Means for Capacitor Teams
For most Capacitor apps, this is mainly about how you build the app, not about replacing Capacitor or rewriting your project.
Ensure every build path uses Xcode 26 or later:
- Local Mac builds: install and select Xcode 26 or later.
- Self-managed CI: use a macOS runner image with Xcode 26 or later.
- Native dependencies and older plugins: rebuild on the new SDK and test a fresh archive before your next release.
The failure mode here is simple: everything may still work in development, but App Store Connect will block the upload if the build came from an older Xcode line.
Capgo Build Is Already on Xcode 26
If you build with Capgo BuildAppleの期限日までにビルド環境を更新する必要はありません。2026年4月29日以降、CapgoのiOSビルドシステムはすでにXcode 26またはそれ以降で実行されています。 Capgo Build.
That means teams using Capgo Build are already aligned with Apple’s April 28, 2026 submission requirement. No local Mac refresh, no runner image hunt, and no last-minute Xcode upgrade just to keep shipping.
行動する必要がある場合
以下の条件が当てはまる場合は、変更が必要です。
- ローカルでiOSアプリをビルドしてアーカイブし、Xcode 26またはそれ以降に移行していない場合。
- 自社管理のCIパイプラインがXcode 26以降のイメージに固定されている場合。
- One of your native SDKs or plugins has trouble when rebuilt with the iOS 26 SDK.
そのような設定の場合、ツールチェーンを更新し、クリーンビルドとTestFlightの投稿を行う必要があります。最後に、生産リリースの計画を立てる前に。
最終的な考慮
これはAppleの通常の年次ツールチェーンカットオフですが、実際の適用日は厳密に厳守されます。 2026年4月28日以降古いXcodeバージョンではApp Storeのアップロードに十分ではありません。
If you use Capgo Build, you are already on Xcode 26 or later. If you build elsewhere, update your environment to Xcode 26 or later before your next iOS release.
Keep going from Apple’s Xcode 26 Requirement for Capacitor Apps
Capgoアプリを使用している場合 Apple’s Xcode 26 Requirement for Capacitor Apps CI/CDの自動化を計画する場合、Capgo CI/CDと接続してください。 Capgo CI/CD for the product workflow in Capgo CI/CD, Capgo Native Builds for the product workflow in Capgo Native Builds, Capgo Integrations 製品ワークフローにおけるCapgo統合の CI/CD統合 製品ワークフローにおけるCI/CD統合の実装詳細、 GitHubアクション統合 製品ワークフローにおけるGitHubアクション統合の実装詳細。