Hi
Just a warning: I’m the über newbie on Mac and development in Lua so there may be a fairly easy explantion for this.
I’m having some trouble with Corona and an app I’m developing. I got an error messeage when trying to build the app for iOS. The problem was something with a copypng in the iOS SDK. Google the problem and found a forum where they solved the problem by upgrading the iOS. I upgraded to version 4.63, that didn’t work for me. I then upgraded the newest version of Corona and that did the trick, but now it can’t “compile” ( I know this is not the term
) the code. I then downgraded Corona to build 2012.971. The version where I did’nt have any problem was prior to that build.
The error is in a file that references a global variable where it state that it is nil. And as I wrote above, it didn’t fail before. The variable is a variable that holds the Rosetta object that is initialized in the main.lua. The Lua-file that files is in a subdirectory. The error message is: “attempt to index a nil value” The line where it fails is where I try to get an array of string from rosetta (I think that’s what is does?): “labels = rosetta:getString(“home”).buttons”
Is the problem the upgrade/downgrade or could it be code?