I’m using Fastlane to generate my screenshots usin...
# kotlin-native
s
I’m using Fastlane to generate my screenshots using Xcode’s XCUITests. I have a shared common framework written in Kotlin. When running mine, I get this error:
Copy code
Snapshots
    ✗ testSnapshot, App crashed in konan::abort()
I’m running the same tests from inside Xcode or with the command line and it’s working fine. Only with Fastlane does it crash. How can I see where the common code crashed? Where is this happening? Thanks!