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

SDL3, macOS: Deprecation warnings when building with Xcode #12008

Open
andreasgrabher opened this issue Jan 17, 2025 · 0 comments
Open

SDL3, macOS: Deprecation warnings when building with Xcode #12008

andreasgrabher opened this issue Jan 17, 2025 · 0 comments

Comments

@andreasgrabher
Copy link

As SDL3 is nearing release state I think it is a good time to fix these minor issues. There are 4 deprecation warnings, when building with Xcode 16.2 on macOS 15.2:

  1. src/process/posix/SDL_posixprocess.c:312:21 'vfork' is deprecated: Use posix_spawn or fork
  2. src/video/cocoa/SDL_cocoamodes.m:141:23 'CGDisplayModeCopyPixelEncoding' is deprecated: first deprecated in macOS 10.11 - No longer supported
  3. src/video/cocoa/SDL_cocoamodes.m:287:32 'CGDisplayIOServicePort' is deprecated: first deprecated in macOS 10.9 - No longer supported
  4. src/video/cocoa/SDL_cocoawindow.m:795:11 'setAcceptsTouchEvents:' is deprecated: first deprecated in macOS 10.12.2 - Use allowedTouchTypes instead
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

1 participant