Hi all,
I'm trying to insulate some common LUA code into a library.
Apart creating a plugin, I think there is no such concept in Gideros, so my attempt was
create a new Git repo for the common code and then link the proper folder inside the final projects in Gideros Studio.
The result is when running whatever project in the console I can see the following:
Uploading finished.
cannot read : Is a directory |
But I cannot understand what it is unable to read. Projects doesn't run anymore on any device.
Comments