Skip to content

fix: embed provisioning profile and target arm64 for TestFlight#560

Merged
jfversluis merged 1 commit intomainfrom
fix/maccatalyst-testflight-warnings
Apr 8, 2026
Merged

fix: embed provisioning profile and target arm64 for TestFlight#560
jfversluis merged 1 commit intomainfrom
fix/maccatalyst-testflight-warnings

Conversation

@jfversluis
Copy link
Copy Markdown
Collaborator

Fixes the 2 warnings from the successful upload that block TestFlight:

  1. Warning 90889 - Missing provisioning profile. CreatePackage=false does not embed the profile in the .app bundle. Added a step to copy it as Contents/embedded.provisionprofile.

  2. Warning 91167 - Missing arm64 architecture. Added -r maccatalyst-arm64 to the publish command.

- Add -r maccatalyst-arm64 to ensure arm64 binary (warning 91167)
- Embed provisioning profile in .app bundle (warning 90889)
  CreatePackage=false skips this; TestFlight requires it.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jfversluis jfversluis merged commit 85961f1 into main Apr 8, 2026
@jfversluis jfversluis deleted the fix/maccatalyst-testflight-warnings branch April 8, 2026 13:27
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