Skip to content

fix(ci): remove global PROVISIONING_PROFILE_SPECIFIER and fix sandbox setting#228

Merged
owieth merged 1 commit intomainfrom
feature/225-fixci-install-developer-id-provisioning-profile-for-release-builds
Mar 23, 2026
Merged

fix(ci): remove global PROVISIONING_PROFILE_SPECIFIER and fix sandbox setting#228
owieth merged 1 commit intomainfrom
feature/225-fixci-install-developer-id-provisioning-profile-for-release-builds

Conversation

@owieth
Copy link
Owner

@owieth owieth commented Mar 23, 2026

PROVISIONING_PROFILE_SPECIFIER on the CLI applies to all targets including SPM dependencies (GRDB) which don't support profiles. Instead, install the profile by UUID and let xcodebuild auto-match it to the app target.

Also set ENABLE_APP_SANDBOX=NO to match the entitlement file, fixing the build warning.

… setting

PROVISIONING_PROFILE_SPECIFIER on the CLI applies to all targets
including SPM dependencies (GRDB) which don't support profiles. Instead,
install the profile by UUID and let xcodebuild auto-match it to the app
target.

Also set ENABLE_APP_SANDBOX=NO to match the entitlement file, fixing
the build warning.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@owieth owieth self-assigned this Mar 23, 2026
@owieth owieth added the bug Something isn't working label Mar 23, 2026
@owieth owieth merged commit 38cd266 into main Mar 23, 2026
@owieth owieth deleted the feature/225-fixci-install-developer-id-provisioning-profile-for-release-builds branch March 23, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant