SwiftyDraw icon indicating copy to clipboard operation
SwiftyDraw copied to clipboard

Xcode 14 Support

Open lukelabonte opened this issue 2 years ago • 1 comments

When building with Xcode 14 the following build error is encountered for allowedTouchTypes and pencilInteraction.

Stored properties cannot be marked potentially unavailable with '@available'


Since Xcode 14 drops support for iOS 10 and below, just removing @available from allowedTouchTypes should be just fine.

lukelabonte avatar Jun 06 '22 22:06 lukelabonte

Hey @Awalz, When do you think is the plan to release support of xcode 14?

sraut1 avatar Mar 01 '23 21:03 sraut1