FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pod 'FLEX', :configurations => ['Debug']

pokerJson opened this issue · comments

pod 'FLEX', :configurations => ['Debug']
in FLEXExplorerViewController.m
that not change

  • (UIWindow *)statusWindow {
    NSString *statusBarString = [NSString stringWithFormat:@"%@arWindow", @"_statusB"];
    return [UIApplication.sharedApplication valueForKey:statusBarString];
    }

pod 'FLEX', :configurations => ['Debug'] in FLEXExplorerViewController.m that not change

  • (UIWindow *)statusWindow {
    NSString *statusBarString = [NSString stringWithFormat:@"%@arWindow", @"_statusB"];
    return [UIApplication.sharedApplication valueForKey:statusBarString];
    }

Same issue

I don't understand what you're asking, can you clarify?

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'App called -statusBar or -statusBarWindow on UIApplication: this code must be changed as there's no longer a status bar or status bar window. Use the statusBarManager object on the window scene instead.'
terminating with uncaught exception of type NSException