Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.61k stars 1.12k forks source link

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

Open lucasromanomr opened 4 months ago

lucasromanomr commented 4 months ago

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 [ ])

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


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 commented 4 months ago

I created a fix in this pull request: #573

sakshibala-halodoc commented 3 months ago

I am also facing the same issue, I am using Xcode 16.2 and the latest version of this library.