Has anyone tried to profile an iOS app that uses a...
# kotlin-native
d
Has anyone tried to profile an iOS app that uses a Kotlin/Native built library? I get “missing required architecture i386” even though I try to run on a 64-bit simulator. The app runs fine when I don’t try to profile. I suspect that Instruments require a 32-bit binary (i386), but i386 seems not to be supported by Kotlin/Native…
o
profiling with Instrument’s profiler works
d
Ok, that’s what I am trying to do… Does it work when only building for ios_x64 and ios_arm64?