Skip to content

fix: use App Store Connect API key for code signing in CI#3

Merged
Ghostmonday merged 1 commit into
mainfrom
fix/use-api-key-for-signing
Apr 27, 2026
Merged

fix: use App Store Connect API key for code signing in CI#3
Ghostmonday merged 1 commit into
mainfrom
fix/use-api-key-for-signing

Conversation

@Ghostmonday

Copy link
Copy Markdown
Owner

Problem

The build was failing with:

The App Store Connect API key was only being used for the upload step, but the build step was trying to sign without any authentication — macOS runners have no Apple accounts pre-added.

Solution

Pass the App Store Connect API key to both signing functions so Fastlane can automatically create/manage provisioning profiles via the API:

  1. Added to — handles team authentication for profile management
  2. Added to — enables automatic cert/profile creation via App Store Connect API

This is the standard approach for CI-only App Store signing when using App Store Connect API keys (no Apple ID needed).

@Ghostmonday Ghostmonday merged commit 1f9e7c3 into main Apr 27, 2026
1 of 2 checks passed
@Ghostmonday Ghostmonday deleted the fix/use-api-key-for-signing branch April 27, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant