Skip to content

SDL 3.2.0 on Mac fails to build - UIKitPen issue #12048

Closed
@RustyMoyher

Description

@RustyMoyher

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'

if (@available(iOS 17.5, *)) {
    rollAngle = (float) [recognizer rollAngle];
}

Also line 147 in UIKit_HandlePenAxesFromUITouch - no visible @interface for 'UITouch' declares the selector 'rollAngle'

if (@available(iOS 17.5, *)) {
    rollAngle = (float) [pencil rollAngle];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions