I have a framework named Salah exported from MPP f...
# ios
m
I have a framework named Salah exported from MPP for iOS which causes an exception when I call a
fun
inside it. I uploaded a release build to TestFlight. However, the crash report is missing the line and frame info. I am using Kotlin plugin 1.3.30 on Android studio
s
Have you tried uploading the
dSYM
for your framework?
m
If you mean the ones generated by the Gradle build script then Yes but nothing changed. However, I have
bitcode
enabled for both the framework and the Xcode project. will that be the cause of the problem!
@svyatoslav.scherbina can you please have a look at my comment
s
What did you do to upload proper
dSYM
manually?
m
Just logged in to Crashlytic and selected the DSYM file generated by MPP.
@svyatoslav.scherbina is this issue related to mine? https://github.com/JetBrains/kotlin-native/issues/2422