SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.32k stars 746 forks source link

Enum cases with associated values cannot be marked potentially unavailable with '@available' #485

Closed vijayennomail closed 3 years ago

vijayennomail commented 3 years ago

Hi,

after updating Xcode 13, this error occurs on project build

developer-celusion commented 3 years ago

Check this out

https://stackoverflow.com/questions/68753877/enum-cases-with-associated-values-cannot-be-marked-potentially-unavailable-with

wtmoose commented 3 years ago

Update to 9.0.4

https://github.com/SwiftKickMobile/SwiftMessages/releases/tag/9.0.4

tantan39 commented 3 years ago

@wtmoose Is there anyway to use 9.0.4 with CocoaPods?

wtmoose commented 3 years ago

9.0.4 is the latest version on Cocoapods

https://cocoapods.org/pods/SwiftMessages

Try typing pod repo update on the command line if you're not seeing it