From 8308d9cf03a30be4a9964ca60a79b6251dc5b388 Mon Sep 17 00:00:00 2001 From: Trey T Date: Wed, 27 May 2026 09:35:52 -0500 Subject: [PATCH] History: drop iCloud entitlement (cap not provisioned) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The signed iPhone archive failed because the team's iOS provisioning profile doesn't include the iCloud capability or our iCloud.com.flights.app container. Empty out the entitlements payload so signing succeeds with no caps requested. The app's ModelContainer init already falls back to local-only SwiftData when the CloudKit container isn't reachable — history persists on-device, just doesn't sync across devices yet. When the iCloud cap is provisioned for com.flights.app, restore the entitlements payload (one diff) and CloudKit sync turns back on automatically. Co-Authored-By: Claude Opus 4.7 --- Flights/Flights.entitlements | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Flights/Flights.entitlements b/Flights/Flights.entitlements index 0b72a4a..6631ffa 100644 --- a/Flights/Flights.entitlements +++ b/Flights/Flights.entitlements @@ -2,13 +2,5 @@ - com.apple.developer.icloud-container-identifiers - - iCloud.com.flights.app - - com.apple.developer.icloud-services - - CloudKit -