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

XCode 14.3 fails to build SDL if MACOSX_DEPLOYMENT_TARGET < 10.13 #8191

Merged
merged 1 commit into from Apr 23, 2023

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Mar 31, 2023

Maintainer merge checklist

  • Title is descriptive/clear for inclusion in release notes.
  • Applied a Component: xxx label.
  • Applied the api-deprecation or api-break label.
  • Applied the release-highlight label to be highlighted in release notes.
  • Added to the milestone version it was merged into.
  • Unittests are included in PR.
  • Properly documented, including versionadded, versionchanged as needed.

Thank you Apple!

The new minimum supported MACOSX_DEPLOYMENT_TARGET on XCode 14.3 is 10.13, anything built with MACOSX_DEPLOYMENT_TARGET<=10.13 will fail with: https://developer.apple.com/forums/thread/725300

Ref:
libsdl-org/SDL#7563
libsdl-org/SDL_image#355

@misl6 misl6 force-pushed the fix/xcode14.3-build.patch branch from 2352549 to 76f8a13 Compare April 8, 2023 09:20
@misl6 misl6 added the Component: distribution Wheels, apt PPA, conda, end user install issues label Apr 8, 2023
@misl6 misl6 added this to the 2.2.0 milestone Apr 8, 2023
@misl6 misl6 merged commit 05db751 into kivy:master Apr 23, 2023
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: distribution Wheels, apt PPA, conda, end user install issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant