ccscene - File does not exist

Hello!

I coded my latest app on a Windows machine and I save and sync my files with Dropbox. When I pulled up the source code on my Mac to try a test build, I got the following message in the console:

Jan 13 21:48:00.968: WARNING: Cannot create path for resource file ‘scene-title.ccscene’. File does not exist.
Jan 13 21:48:03.664: WARNING: Cannot create path for resource file ‘scene-gamemode.ccscene’. File does not exist.
Jan 13 21:48:09.609: WARNING: Cannot create path for resource file ‘scene-levelselect.ccscene’. File does not exist.

What is ccscene and why do I get a warning that it doesn’t exist? What can I do to fix this?

I’m using version Version 2014.2511 (2014.11.18).

.ccscene files are created using the Composer GUI to visually draw out scenes.  They should be saved into the same folder as your .lua files for the same scenes.

Rob

Thanks Rob! If I’m getting a warning message that says the ccscene file is not found, will that break anything when deployed to device?

Hard to say, if you’re app is trying to actually use that file then yes, it will be a problem.  Did you ever try and load it in the Corona Composer GUI?  Did you take a file created by Composer GUI?

Rob

I’m using version Version 2014.2511 (2014.11.18).

.ccscene files are created using the Composer GUI to visually draw out scenes.  They should be saved into the same folder as your .lua files for the same scenes.

Rob

Thanks Rob! If I’m getting a warning message that says the ccscene file is not found, will that break anything when deployed to device?

Hard to say, if you’re app is trying to actually use that file then yes, it will be a problem.  Did you ever try and load it in the Corona Composer GUI?  Did you take a file created by Composer GUI?

Rob