Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'keyWindow' is deprecated: first deprecated in iOS 13.0 #307

Open
mr-slonn opened this issue Oct 18, 2024 · 1 comment
Open

'keyWindow' is deprecated: first deprecated in iOS 13.0 #307

mr-slonn opened this issue Oct 18, 2024 · 1 comment

Comments

@mr-slonn
Copy link

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

@crazecoder
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants