On 4/20/17 2:05 PM, Ralph DiMola via use-livecode wrote:
The standalone "copy files" are in "the engine folder" in the mobile app.
Apple changed the rules and files go into specialFolderPath("resources")
now. But LC aliases them to the engine folder for backward compatibility.
--
Jacqueline
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of
JOHN PATTEN via use-livecode
Sent: Thursday, April 20, 2017 1:38 PM
To: How to use LiveCode
Cc: JOHN PATTEN
Subject: Error connecting to SQLlite in iOS
Hi All,
I have a simple project that uses an sql lite database. It works fine in
Liv
Unless things have changed, when you add files using the copy files pane of
the standalone settings, when sent to ios or android they end up in the
engine folder. (I think? Or somewhere in that hierarchy)
You would need to check for the existence of the file in documents on app
startup and if it d
Hi All,
I have a simple project that uses an sql lite database. It works fine in
LiveCode, but when I test it in the iOS simulator, i get an error.
I have copied to the SQL.lite database to the “Copy Files” in the standalone
settings. I have also added the SqLite and MySQL inclusions.
Here is