I just did an update for Xcode and now when I build for xcode simulator I am getting a corona error that stops the build process and tells me I have a problem with a lua file that I am not even using. I used to have iterations of my main.lua file for testing. So I would have main2.lua, main3.lua that are not being used. The build process used to work fine but now I have to remove those unused lua files from the project folder or the build does not complete. I tried getting the latest corona build but that did not help. Anyone have thoughts on this. Thanks for your help! [import]uid: 39370 topic_id: 35111 reply_id: 335111[/import]
Since I started using Corona SDK, if you have a .lua file that you’re not using and it has an error in it (maybe just syntax errors) that it will abort the build process. Maybe you should create an “unused” folder and move the lua files you’re not using into it.
[import]uid: 199310 topic_id: 35111 reply_id: 139594[/import]
Since I started using Corona SDK, if you have a .lua file that you’re not using and it has an error in it (maybe just syntax errors) that it will abort the build process. Maybe you should create an “unused” folder and move the lua files you’re not using into it.
[import]uid: 199310 topic_id: 35111 reply_id: 139594[/import]