Publish for test device

Hello

I’m testing some effects and I can see all of them in the corona simulator ok but when I publish for device I can’t see them. 

I publish with corona and all seems ok. After I intall the app in ipad and all seems ok too.

But when I open the app in the ipad a message appear with this…

Run time error

module ‘cbeffects.library’ not found:resources (cbeffects.library.lu) does not exist in archive no field package.preload[‘cbeffects.library’] no file ‘/private/var/mobile/Containers/Bundle/Application/A0DXXXXX-XXXX-XXXX-XXXX/name.app/cbeffects.library.lua’…

You have probably written something like

require("cbeffects.library")

instead of

require("CBEffects.Library")

… which works on the simulator, because it’s not case sensitive - but the device is. Make sure you use the correct case.

It’s ok the info. 

Now works good

You have probably written something like

require("cbeffects.library")

instead of

require("CBEffects.Library")

… which works on the simulator, because it’s not case sensitive - but the device is. Make sure you use the correct case.

It’s ok the info. 

Now works good