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

Christopher Mederos

11/13/2023, 3:37 AM
I'm running a multiplatform iosApp through android studio. What's the best way to get a Logcat equivalent for what's happening on the iPhone simulator?
i opened the system.log from the simulator, however almost nothing is written there
s

Sebastien Leclerc Lavallee

11/13/2023, 4:22 AM
You would like to be able to do something like
tail -f
of a file to check all logs on the iPhone simulator? I’ve been doing iOS development for a long time and didn’t found anything 😅 I must have Xcode opened