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

Error available class Xcode 16 beta 1 - # is only available in iOS 12.0 or newer #572

Open
4 tasks done
lucasromanomr opened this issue Jun 12, 2024 · 1 comment
Open
4 tasks done

Comments

@lucasromanomr
Copy link

lucasromanomr commented Jun 12, 2024

Description

Trying to compile the project with the latest version of Skeleton, a problem is returning related to calls that are only available on iOS12 and are not being handled.

https://developer.apple.com/documentation/quartzcore/camediatimingfunctionname

What type of issue is this? (place an x in one of the [ ])

  • bug

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

Bug Report

Trying to compile the project with the latest version of Skeleton, a problem is returning related to calls that are only available on iOS12 and are not being handled.

SkeletonView Environment:

SkeletonView version: 1.31.0
Xcode version: 16.0 Beta 1
Swift version: 5

Steps to reproduce:

Please replace this with the steps to reproduce the behavior.

  1. Compile

Expected result:

Build Success
Please replace this with what you expected to happen.

Actual result:

Build Failed
Please replace this with of what happened instead.

Attachments:

image image image image
@lucasromanomr
Copy link
Author

lucasromanomr commented Jun 12, 2024

I created a fix in this pull request: #573

@lucasromanomr lucasromanomr changed the title Problema Xcode 16 beta 1 - # is only available in iOS 12.0 or newer Error available class Xcode 16 beta 1 - # is only available in iOS 12.0 or newer Jun 12, 2024
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