Appstore has rejected my application because it crashes on launch. If I am testing the app in iPhone 11 simulator with release or debug build everything is working.
If I look in to the crashlog.txt file, which apple reviewers have sent me. There is one line which probably explains why the application is crashing (there is no other line with "exception"):
Thread 11 name: com.google.firebase.crashlytics.MachExceptionServer
I tried to uninstall @firebase/crashlytics package from the project, then I updated and reinstalled the Pod. Finally, I have submitted new build without crashlytics package, but I still get a report from apple that the app is crashing on launch with same exception in crashlog, even after removing crashlytics package.