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
in ViewExtensions the min version is 15.0 for macOS (@available(macOS 15.0, *)).
Shouldn't it me 10.15 as in @available(macOS 10.15, *)? I'm having a lot of problems using it in a macOS project
The text was updated successfully, but these errors were encountered:
in
ViewExtensions
the min version is15.0
formacOS
(@available(macOS 15.0, *)
).Shouldn't it me
10.15
as in@available(macOS 10.15, *)
? I'm having a lot of problems using it in a macOS projectThe text was updated successfully, but these errors were encountered: