Hi,
I don’t know very well how the build process works but considering device crash logs pointing to a particular lua file and a particular line, it looks as if a corona app is like a lua interpreter running lua scripts on runtime.
If this was right, then it should be possible to require files from the system.documentsDirectory.
By doing this one could update the files on the app without the pain of building it and relaunch a new version almost immediately, and there could be other uses.
So anyone knows how to require files from system.documentsDirectory??
Hope you find this interesting.
PD. I am Ernest, Norman’s developer, not Norman himself.