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

flac-mac uses an SDK older than the 10.9 SDK and cannot be notarized (with workaround) #731

Open
gernophil opened this issue Jan 18, 2024 · 1 comment

Comments

@gernophil
Copy link

Hey,
your flac-mac binary is compiled using an SDK older than the 10.9 SDK. The Apple notarizing service doesn't accept this anymore. As a workaround I am currently doing this:

from PyInstaller.utils.osx import set_macos_sdk_version
set_macos_sdk_version('path/to/flac-mac', 10, 9, 0)

However, that's not a clean solution. It would be great, if you would provide a newer flac-mac that satisfies this requirement.

Thanks :).

@gernophil gernophil changed the title flac-mac uses an SDK older than the 10.9 SDK and cannot be signed (with workaround) flac-mac uses an SDK older than the 10.9 SDK and cannot be notarized (with workaround) Jan 18, 2024
@AmberSahdev
Copy link

AmberSahdev commented Apr 14, 2024

There's also this solution from last year but it doesn't work for me.
Your workaround though, sweet! Good find, thanks!

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

2 participants