iOS app stuck on splash screen

Hello,

I’m not sure if this is meteor related but, our iOS app works fine on iOS 13, but it’s stuck on splash screen on iOS 15 (probably on iOS 14 too). Can anyone help?
Here are the logs on XCode console:


**2022-07-08 11:00:50.424166+0300 Marketten SEÇ[47339:2438537] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.}** **2022-07-08 11:00:50.425162+0300 Marketten SEÇ[47339:2438537] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.}** **2022-07-08 11:00:50.425234+0300 Marketten SEÇ[47339:2437849] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.}** **2022-07-08 11:00:50.425827+0300 Marketten SEÇ[47339:2438537] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.}** **2022-07-08 11:00:50.425854+0300 Marketten SEÇ[47339:2437849] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.}** **2022-07-08 11:00:50.428520+0300 Marketten SEÇ[47339:2438599] ERROR: HTTP Request (OSRequestRegisterUser) must contain app_id parameter** **2022-07-08 11:00:50.431444+0300 Marketten SEÇ[47339:2438599] Request <OSRequestRegisterUser: 0x6000008d7390> fail result error Error Domain=OneSignalError Code=-1 "(null)" UserInfo={error=HTTP Request (OSRequestRegisterUser) must contain app_id parameter}** **2022-07-08 11:00:50.432111+0300 Marketten SEÇ[47339:2436550] ERROR: Encountered error during push registration with OneSignal: Error Domain=OneSignalError Code=-1 "(null)" UserInfo={error=HTTP Request (OSRequestRegisterUser) must contain app_id parameter}** **2022-07-08 11:00:50.432257+0300 Marketten SEÇ[47339:2436550] ERROR: Encountered error during email registration with OneSignal: (null)** **2022-07-08 11:00:50.436087+0300 Marketten SEÇ[47339:2437849] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.}** **2022-07-08 11:00:50.436234+0300 Marketten SEÇ[47339:2437849] [Client] Updating selectors after delegate addition failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.}```

There is a comand here (xcode 11 ios 13 onesignal error log · Issue #21 · OneSignalDevelopers/OneSignal-Cordova-Example · GitHub) at the very end and some piece of advice in the comment before the last.
Beside that you can make sure you have the latest version of cocoapods and run pod update into your IOS folder (cordova-build/platform/ios).