You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :).
The text was updated successfully, but these errors were encountered:
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
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:However, that's not a clean solution. It would be great, if you would provide a newer
flac-mac
that satisfies this requirement.Thanks :).
The text was updated successfully, but these errors were encountered: