open_file icon indicating copy to clipboard operation
open_file copied to clipboard

'keyWindow' is deprecated: first deprecated in iOS 13.0

Open mr-slonn opened this issue 1 year ago • 1 comments

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

mr-slonn avatar Oct 18 '24 11:10 mr-slonn

Unfortunately, open_filex is not maintained by me, you can try to contact its maintainer, or change it to open_file

crazecoder avatar Oct 18 '24 11:10 crazecoder