Tomas Jablonskis

Results 7 comments of Tomas Jablonskis

We have the same issue as well. Everything works until we upload app to TestFlight or App Store then it just crashes on start without any stacktrace to help us...

@TadeasKriz the funny thing is that it does not crash in any configuration or on any device until app is uploaded to TestFlight or App Store.

> Just to doublecheck, following the steps below don't lead to a crash? > > 1. in Xcode click on the "Edit Scheme", > 2. then in "Build" change configuration...

> Can you check your "Run Phases" to see if any of them have "For install builds only" enabled? None of them have "For install builds only" enabled.

Its a simple KMM project. We are consuming shared KMM module on iOS through Cocoapods. We do not have any custom configuration. SPM packages used: - Alamofire 5.9.1 - TunnelKit...

Project is multi-modular. About 100 Kotlin modules and 1 main module (Composition) that combines all of them. This library is integrated according to documentation in that main module. Libraries used...

P.S.: project is using Dynamic linking, so we have integrated co.touchlab.crashkios.crashlyticslink plugin as well.