Hello :wave::skin-tone-2: , I'm working on a KMP p...
# squarelibraries
r
Hello 👋🏻 , I'm working on a KMP project with iOS and Android as targets and we're using SQLDelight. We've been able to view the Android database just fine through Android Studio, though we're having a hard time viewing the iOS database stored on our simulator Any tips or instructions on how to see the iOS database? Was looking at the documentation for both iOS and SQLDelight KMP and couldn't find anything
1
r
What issues are you having viewing the iOS database? When using a simulator the files are stored in a folder on your mac (don’t remember the exact path). You should be able to just open the database with something like TablePlus.
r
Thanks for the hint there, found it. For anyone else curious:
Copy code
/Users/ryansimon/Library/Developer/CoreSimulator/Devices/18CE97FF-B519-4ED1-BB9F-F8A54DBA5169/data/Containers/Data/Application/BD6C8BB2-08FE-411F-9CA2-9CA7F81612BF/Library/Application Support/databases
👍 1