Scenes, module not found

Hello people,

I’ve got a problem with my app. Since I am a newbie, sorry for stupidity :smiley:

I have got an app consisting of two scenes and when I simulate it it works fine, but when I build it, it says that I the module (second scene name) not found, and it doesnt exist in the archive. What can be the problem?

Hi @darkhan.saidnassimov,

In 99% of these cases, it’s because the file name (image, Lua file, whatever) is not a case-sensitive match in your code, compared to the actual file name.

Best regards,

Brent

Hi @darkhan.saidnassimov,

In 99% of these cases, it’s because the file name (image, Lua file, whatever) is not a case-sensitive match in your code, compared to the actual file name.

Best regards,

Brent