Open gedw99 opened 2 years ago
Try using NSLog
. You can find an example here. Unfortunately I cannot verify whether it works atm.
To try whether this is related to the database, try opening ":memory:"
file (or "file::memory:"
). It wouldn't save the database, but at least you should be able to run the thing.
And this is a bit funny that we've got an external attention here. This is a demo project which demonstrates immediate mode UI for school students that we work with, and it has no intention of being a real project.
I tried it on IOS but failed when i started it.
Likely to do with the db..
DO you know how to get the logs out ?
Was thinking about logging over the network. https://github.com/getsentry/sentry-go
good example : https://github.com/JMTyler/battlesnake/blob/main/main.go#L11