FMWarningView line 28 `let rootVC = (UIApplication.shared.delegate?.window??.rootViewController)!` That's because the window property belongs to the scene delegate, not the app delegate.
FMWarningView
line 28
let rootVC = (UIApplication.shared.delegate?.window??.rootViewController)!That's because the window property belongs to the scene delegate, not the app delegate.