FMPhotoPicker
FMPhotoPicker copied to clipboard
Crash ,in iOS 13 and up version,UIApplication.shared.delegate?.window??.rootViewController = nil
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.