Hello,
I have a db file already created and I want to open it when running the app in the simulator. I tried placing it in the same folder as the app but that is considered the resource directory and I get the error argument #1 to ‘open’ (string expected, got nil). So if I change it to the documents directory where do I put the db file on my computer to read it from there? I have data in the db already that I need to access and read only.
Thanks,
Warren