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
My project's deployment target is iOS 11 but I have a controller which have an @available tag for iOS 12 and there is a segue for my iOS 12 controller and R automatically generates code for that segue but R doesn't add the @available flag to the generated code and xCode gives a compile error.
The text was updated successfully, but these errors were encountered:
My project's deployment target is iOS 11 but I have a controller which have an @available tag for iOS 12 and there is a segue for my iOS 12 controller and R automatically generates code for that segue but R doesn't add the @available flag to the generated code and xCode gives a compile error.
The text was updated successfully, but these errors were encountered: