https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

manijshrestha

03/04/2019, 3:42 PM
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

Jonas Bark

03/04/2019, 3:51 PM
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

manijshrestha

03/04/2019, 4:27 PM
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

Jonas Bark

03/04/2019, 5:47 PM
You can still look in xcode to see if the automatic crash reports exist from the app store. Should work regardless of crashlytics.