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 building for iOS 15, I receive the following notification:
return [UIApplication sharedApplication].keyWindow.rootViewController;
/.pub-cache/hosted/pub.dev/open_filex-4.5.0/ios/Classes/OpenFilePlugin.m:34:46 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes
The text was updated successfully, but these errors were encountered:
When building for iOS 15, I receive the following notification:
return [UIApplication sharedApplication].keyWindow.rootViewController;
/.pub-cache/hosted/pub.dev/open_filex-4.5.0/ios/Classes/OpenFilePlugin.m:34:46 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes
The text was updated successfully, but these errors were encountered: