You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the package on a personal project but because the public API is annotated
with @available(macOS 9999, iOS 9999, tvOS 9999, watchOS 9999, *)
the compiler doesn't build my project.
So I tried:
Using the latest Swift development toolchain in Xcode 13.4 and in Xcode 14 Beta
Passed -Xfrontend -disable-availability-checking to the compiler in the project build settings
But In the end neither of these made the errors go.
Is there some other way to work around the iOS availability error?
Thanks 🙏