When targeting iOS 15 or later, integration_test has an analysis warning:
integration_test/IntegrationTestPlugin.m:76:55 'windows' is deprecated: first deprecated in iOS 15.0 - Use UIWindowScene.windows on a relevant window scene instead
|
UIWindow *window = [UIApplication.sharedApplication.windows |
|
filteredArrayUsingPredicate:[NSPredicate predicateWithFormat:@"keyWindow = YES"]].firstObject; |
To reproduce, open the example app iOS project and set the iOS minimum target to iOS 15.