flac-mac uses an SDK older than the 10.9 SDK and cannot be notarized (with workaround)
Author: gernophilCreated Jan 18, 2024Updated Mar 27, 2025
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 :).
Source: Uberi/speech_recognition