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…