I’m having some serious issues with corona at the moment:
Currently, when I try to build, corona freezes up. It runs fine, but build returns error #5. Just before this, it would build fine, but wouldn’t run on devices (either IOS or Android: it would just crash out as soon as it started).
I’ve tried up a separate smaller project, which builds and runs fine.
The (crashing) project used to build and deploy fine, up until yesterday. I have no idea whats caused it.
Edit: I’ve created a completely new project which replicates my issues. Its a slight modification of the flashlight app example.
http://dl.dropbox.com/u/6202117/Flashlight.zip
Basically, the app is a ~50 line main file.
I’ve duplicated this main file 500 times inside the project. None of these 500 duplicates are called.
The project fails to build.
Reducing the number of files to, say, 200 or so will cause the file to build successfully.
There are no other files: no project settings, no pngs, nothing.
Reproducing the issue with different main files (making it slightly longer or shorter) changes the number of duplicates that are require to crash a build.
It appears that the build server can only handle (something like) 25,000 lines of code?
These issues only started cropping up recently: we’ve been working on this project for several months, and have exceeded this number of files in the past with no issues whatsoever.
Would greatly appreciate some sort of help with this: its become a critical issue for us to get this solved post haste.
Much appreciated.