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' #79

Closed ShravaniNovo closed 8 months ago

ShravaniNovo commented 8 months ago

i am having an issues with package getting error like Stored properties cannot be marked unavailable with '@available' after so many tried its showing solution like this "you generally do not have direct control over fixing it within the package code itself. Instead, you will need to wait for an update to the package that resolves the issue", can you guys please fix this issue or suggest some solution on this that would more helpful.

dmrschmidt commented 8 months ago

Sorry I missed this. Can you please verify that you are on the latest version? 13.0.2 at the minimum - where that issue should have been fixed. 14.0.0 ideally (which might require very minor API usage changes on your end).

The issue should be fixed in both of those versions.

If you are and it is still happening, please let me know what iOS / macOS version you're running on / what minimum target your app has set.

ShravaniNovo commented 8 months ago

Good Morning ,

Thank you so much for your help its now working fine!

Thanks & Regards: Shravani Dongre +91-8412953151 (M.) www.novotrax.com [cid:20f37fc8-0158-4cd4-8e58-e0d8bf74af56]


From: Dennis Schmidt @.> Sent: Wednesday, October 11, 2023 9:56 AM To: dmrschmidt/DSWaveformImage @.> Cc: Shravani Dongre @.>; Author @.> Subject: Re: [dmrschmidt/DSWaveformImage] Stored properties cannot be marked unavailable with @.***' (Issue #79)

Sorry I missed this. Can you please verify that you are on the latest version? 13.0.2 at the minimum - where that issue should have been fixed. 14.0.0 ideally (which might require very minor API usage changes on your end).

The issue should be fixed in both of those versions.

— Reply to this email directly, view it on GitHubhttps://github.com/dmrschmidt/DSWaveformImage/issues/79#issuecomment-1756760293, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3SVYM35AB3DMXBXYQH5W4LX6YNXHAVCNFSM6AAAAAA5YVM2YSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJWG43DAMRZGM. You are receiving this because you authored the thread.Message ID: @.***>

dmrschmidt commented 8 months ago

Happy to hear :)