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
Using Xcode 12 with a IOS 14 target, I get a lot of depreciation warnings. Like:
'UI_USER_INTERFACE_IDIOM()' was deprecated in iOS 13.0: Use -[UIDevice userInterfaceIdiom] directly.
'statusBarFrame' was deprecated in iOS 13.0: Use the statusBarManager property of the window scene instead.
Is it possible to update in the near future?
Thanks Juergen
The text was updated successfully, but these errors were encountered:
Hello.
Using Xcode 12 with a IOS 14 target, I get a lot of depreciation warnings. Like:
'UI_USER_INTERFACE_IDIOM()' was deprecated in iOS 13.0: Use -[UIDevice userInterfaceIdiom] directly.
'statusBarFrame' was deprecated in iOS 13.0: Use the statusBarManager property of the window scene instead.
Is it possible to update in the near future?
Thanks Juergen
The text was updated successfully, but these errors were encountered: