dmrschmidt / DSWaveformImage

Generate waveform images from audio files on iOS, macOS & visionOS in Swift. Native SwiftUI & UIKit views.
MIT License
978 stars 109 forks source link

Stored properties cannot be marked unavailable with '@available' #95

Closed ShoaibiOS closed 3 months ago

ShoaibiOS commented 4 months ago

After updating this title issue occurred

Screenshot 2024-02-25 at 17 48 54
dmrschmidt commented 4 months ago

Can you please verify that you’re on the latest major version, which is 14?

hiren-appaspect commented 3 months ago

I am facing the same issue as Stored properties cannot be marked unavailable with '@available' @dmrschmidt Screenshot 2024-03-11 at 12 10 24 PM

dmrschmidt commented 3 months ago

@hiren-appaspect can you please also verify that you’re on the latest major version?

This should fix that problem.

If the problem still persists please update the issue with the exact dot-version of the library you’re on as well as the Xcode version and iOS deployment target version you’re using.

hiren-appaspect commented 3 months ago

@dmrschmidt Working fine now, change the Deployment target to 15.1 and SDK version to 14.2.2 Thanks for your quick reply. Thanks a lot.