Crash with my app in iOS 13.4 using SwiftUI

My app crashes with iOS 13.4 I tried everything but nothing happen.

it works with ios 13.xx below ios 13.4

here is the console output :


2020-03-20 13:14:48.207967+1100 UTG - Up To Game Pro[34539:1410138] FBSDKLog: Unable to find a valid UIWindow
2020-03-20 13:14:48.208020+1100 UTG - Up To Game Pro[34539:1412059] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated.}
2020-03-20 13:14:48.210178+1100 UTG - Up To Game Pro[34539:1412077] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated.}
2020-03-20 13:14:48.211162+1100 UTG - Up To Game Pro[34539:1412077] [Client] Updating selectors after delegate addition failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated.}
2020-03-20 13:14:48.214693+1100 UTG - Up To Game Pro[34539:1412055] 6.19.0 - [GoogleUtilities/AppDelegateSwizzler][I-SWZ001011] App Delegate Proxy is disabled.
2020-03-20 13:14:48.216676+1100 UTG - Up To Game Pro[34539:1412059] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated.}
2020-03-20 13:14:48.217865+1100 UTG - Up To Game Pro[34539:1412079] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated.}
2020-03-20 13:14:48.219693+1100 UTG - Up To Game Pro[34539:1412059] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated.}
2020-03-20 13:14:48.219950+1100 UTG - Up To Game Pro[34539:1412056] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated.}
2020-03-20 13:14:48.263516+1100 UTG - Up To Game Pro[34539:1412055] 6.19.0 - [Firebase/Analytics][I-ACS031025] Analytics screen reporting is enabled. Call +[FIRAnalytics setScreenName:setScreenClass:] to set the screen name or override the default screen class name. To disable screen reporting, set the flag FirebaseScreenReportingEnabled to NO (boolean) in the Info.plist
2020-03-20 13:14:48.264260+1100 UTG - Up To Game Pro[34539:1412055] 6.19.0 - [Firebase/Analytics][I-ACS023007] Analytics v.60301000 started
2020-03-20 13:14:48.264641+1100 UTG - Up To Game Pro[34539:1412055] 6.19.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled 
2020-03-20 13:14:48.265106+1100 UTG - Up To Game Pro[34539:1412055] 6.19.0 - [Firebase/Analytics][I-ACS025036] App Delegate Proxy is disabled
Time is: 1584670488
2020-03-20 13:14:48.324746+1100 UTG - Up To Game Pro[34539:1412079] 6.19.0 - [Firebase/Analytics][I-ACS800023] No pending snapshot to activate. SDK name: app_measurement
(lldb)