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

macOS Signed Sandbox Builds now require Apple Development Certificate #8

Open
danoli3 opened this issue Nov 26, 2019 · 2 comments
Open

Comments

@danoli3
Copy link

danoli3 commented Nov 26, 2019

Apple have changed recently the signing for Developer Signed Sandbox builds to no longer use the "Mac Development" Certificate in favour of the new iOS/tvOS/macOS Shared Developer "Apple Development" Certificate.

image

Using the Mac Development certificate causes code signing issues on Catalina with Xcode 11.2

This was a recent change last Wednesday.

@omgitsraven
Copy link
Contributor

Thanks for clarifying this! I just ran into this recently and couldn't figure out why Xcode was using this "Apple Development" certificate all of a sudden...

Luckily it's an easy fix for people using the process, just find-and-replace "Mac Developer" to "Apple Development" in the script... I'm not sure how it should be handled for the main repo though, if we don't want to break support for people who are still on the old certificates (mine didn't change over until this week!)

@v01pe
Copy link
Contributor

v01pe commented Jun 14, 2020

Not currently using this any more, but the "automatic" workflow could check against xcode-select --version – this currently returns – for Xcode version 11.5 (11E608c)

xcode-select version 2373.

What's this version number for 11.2?

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

No branches or pull requests

3 participants