Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix on device debug builds #769

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Fix on device debug builds #769

merged 2 commits into from
Jan 3, 2024

Conversation

mplorentz
Copy link
Member

@mplorentz mplorentz commented Jan 2, 2024

When I changed signing settings in #736 I accidentally broke the ability to deploy debug builds to real devices (not the simulator). This fixes it. The problem was that the fastlane match generated certificates do not include the device UUIDs of our development devices. This changes debug builds back to automatic code signing so that Xcode can register them and regenerate provisioning profiles automatically. This is the last task for #722.

Copy link
Contributor

@joshuatbrown joshuatbrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎

@mplorentz mplorentz merged commit 5cfd3fd into main Jan 3, 2024
4 checks passed
@mplorentz mplorentz deleted the fix-debug-device-builds branch January 3, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants