-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
SDL 3.2.0 on Mac fails to build - UIKitPen issue #12048
Milestone
Comments
Are you able to upgrade to Xcode 15.4? |
Actually, I have work in progress to fix this. |
slouken
added a commit
to slouken/SDL
that referenced
this issue
Jan 22, 2025
Can you try the patch in #12051? |
slouken
added a commit
to slouken/SDL
that referenced
this issue
Jan 22, 2025
Yeap! That works great. |
Great, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In SDL 3.2.0 I'm setting two minor errors when building in Xcode 15.1 on macOS 14.2.1. Both errors in
SDL_uikitpen.m
:Line 130 in UIKit_HandlePenHover -
no visible @interface for 'UIHoverGestureRecognizer' declares the selector 'rollAngle'
Also line 147 in UIKit_HandlePenAxesFromUITouch -
no visible @interface for 'UITouch' declares the selector 'rollAngle'
The text was updated successfully, but these errors were encountered: