markiv / SwiftUI-Shimmer

Shimmer is a super-light modifier that adds a shimmering effect to any SwiftUI View, for example, to show that an operation is in progress. It works well on light and dark modes, and across iOS, macOS, tvOS, watchOS and visionOS.
MIT License
1.04k stars 60 forks source link

Can we have fix for this issue to make this compilable for Xcode 14, Swift 5.7 #5

Closed mohit5189 closed 1 year ago

mohit5189 commented 1 year ago

With Xcode 14, I am facing this error, can we please have a updated version for this?

Screenshot 2022-08-05 at 3 25 46 PM

markiv commented 1 year ago

Just clean your project and derived data and recompile. There are no pre-compiled binaries in the Shimmer library.