I'm running a multiplatform iosApp through android...
# multiplatform
c
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
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