Has anyone encountered an issue with an iOS app th...
# multiplatform
m
Has anyone encountered an issue with an iOS app that includes kotlin multiplatform code crashes on start on iPhone 5c when downloaded from app store? Local build works fine, ipa from app store seems to have this issue.
j
crash stacktrace?
try https://kotlinlang.slack.com/archives/C3SGXARS6/p1551432676013900 "Fix alignment-related issues on ARM32 and MIPS platforms" might help with your issue
👍 1
m
I am unable to get the stacktrace as it is happening in release version that is download from app store. Since it crashes on startup, crashlytics doesn’t report anything either.
My guess is 32bit issue as 5c is a 32bit device as you noted in your comment above.
j
You can still look in xcode to see if the automatic crash reports exist from the app store. Should work regardless of crashlytics.