I'm currently developing a watchOS-only App which uses some Firebase functionality. If I build the App directly on my watch via Xcode everything is working fine. However if I upload it to Apple Store Connect via Product -> Archive and then install it via Testflight the App crashes.
After some testing I found out that the line FirebaseApp.configure()
causes the problem. I'm not able to get any crash reports though so I don't know what error messages I get.
I tried using the same settings for Release as for Debug in the Build Settings but with no luck so far. Also if I run it locally via Xcode using the Release Scheme everything is working as intended.
Did anyone else have this issue and know how to resolve it or does anyone have any ideas what I could try to solve this problem?
Any help is appreciated a lot!