Do I need to initialize my Kotlin/Native code only in the main thread for iOS? I am getting EXC_BAD_ACCESS
o
olonho
03/08/2018, 8:06 PM
Likely you have a callback running in different thread, please init runtime in callback and pass detached object graph (or pass frozen object, which will appear in 0.7)