Closed WardsParadox closed 6 months ago
Do you have the most recent Xcode or Compiler Tools installed? The PyObjC build process assumes that the most recent SDK for the current OS is available.
As a workaround, don't use --no-binary :all:
.
Dropping back to 10.1 worked. Will update Xcode to latest and try again.
Yup that worked.
Describe the bug When installing with pip to compile, pyobjc-framework-BrowserEngineKit always fails to build it's wheel with:
Platform information
To Reproduce
pip install --no-cache --no-binary :all: pyobjc
Expected behavior Wheel built as expected.
Additional context Add any other context about the problem here.