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 have created a new project in XCode 13.0 of type "Command Line Tool" for macOS. Project settings are "macOS Deployment Target = macOS 11.3".
The code for Conversions.ParseableFormatStyle does not compile (Type ParseableFormatStyle not found), although it is marked with @available(macos 12), which should make XCode ignore it, since I am on macOS 11.3. Any idea why this is happening?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have created a new project in XCode 13.0 of type "Command Line Tool" for macOS. Project settings are "macOS Deployment Target = macOS 11.3".
The code for Conversions.ParseableFormatStyle does not compile (Type ParseableFormatStyle not found), although it is marked with @available(macos 12), which should make XCode ignore it, since I am on macOS 11.3. Any idea why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions