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
When developing macOS or iOS projects, calling SwiftUI or AppKit/UIKit methods does not generate warnings for deprecated or unsupported versions based on the configured minimum compatible API and the method’s @available macro, as Xcode does.
The text was updated successfully, but these errors were encountered:
Thanks for suggesting this @StingKo! Warnings and suggestions for @available macros should start working soon thanks to #1191 (and will also need some fixes from #1335 for non macOS SDKs). These changes should be included in upcoming releases of the extension.
When developing macOS or iOS projects, calling SwiftUI or AppKit/UIKit methods does not generate warnings for deprecated or unsupported versions based on the configured minimum compatible API and the method’s @available macro, as Xcode does.
The text was updated successfully, but these errors were encountered: