We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building with Xcode 14 the following build error is encountered for allowedTouchTypes and pencilInteraction.
allowedTouchTypes
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.
@available
The text was updated successfully, but these errors were encountered:
Awalz#53 Xcode 14 support
aaa2aa6
Merge pull request #5 from mrazam110/master
3bd8dfd
Hey @Awalz, When do you think is the plan to release support of xcode 14?
Sorry, something went wrong.
Merge pull request #1 from mrazam110/master
aa3ba01
No branches or pull requests
When building with Xcode 14 the following build error is encountered for
allowedTouchTypes
andpencilInteraction
.Since Xcode 14 drops support for iOS 10 and below, just removing
@available
fromallowedTouchTypes
should be just fine.The text was updated successfully, but these errors were encountered: