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?