Is it possible to force an iOS simulator to not ru...
# kotlin-native
k
Is it possible to force an iOS simulator to not run in headless mode during K/N iOS unit tests? I’m working with
CADisplayLink
and suspect that the headless mode does not tick the display link clock and therefore my tests never pass.