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
svyatoslav.scherbina
04/18/2019, 7:32 AM
Have you tried uploading the
dSYM
for your framework?
m
Mohammadsss1
04/18/2019, 8:54 AM
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!
Mohammadsss1
04/18/2019, 7:57 PM
@svyatoslav.scherbina can you please have a look at my comment
s
svyatoslav.scherbina
04/19/2019, 8:58 AM
What did you do to upload proper
dSYM
manually?
m
Mohammadsss1
04/19/2019, 7:30 PM
Just logged in to Crashlytic and selected the DSYM file generated by MPP.