Using subfolders

Is it possible in the current version of Corona to use subfolders in the applications? For instance I would like to put my libs&classes in /libs and my ressources in /audio or /img and such. I tried and it seems to work perfectly under the simulator but is a no-go on the iPhone. Thanks! [import]uid: 4941 topic_id: 1370 reply_id: 301370[/import]

No, on the device it is not possible. [import]uid: 5712 topic_id: 1370 reply_id: 3784[/import]

This is quite an odd limitation. Hoping this feature will be added in the upcoming releases. [import]uid: 4941 topic_id: 1370 reply_id: 3785[/import]

I think it would work on the device but as it is Corona does not add any files from subfolders into the build… [import]uid: 6928 topic_id: 1370 reply_id: 3792[/import]

This is actually a limitation of the “filesystem” on the device itself. [import]uid: 3 topic_id: 1370 reply_id: 3800[/import]

There must be a way to do it since in obj-c I can do it without any issues. Maybe it is the way corona manages paths? [import]uid: 4941 topic_id: 1370 reply_id: 3801[/import]

Hmm… But only for the Resources then? [import]uid: 6928 topic_id: 1370 reply_id: 3802[/import]

Why is this not possible?

You can even do this with some other SDK’s. [import]uid: 4661 topic_id: 1370 reply_id: 4694[/import]

It’s really a limitation of the device.

You can do this in obj-c because of the xcode project which acts as something of a makefile indicated what files you want to include in the .app package. If you look at a .app made in xcode you’ll see that the project has been flattened (with the exception of the .app package structure). [import]uid: 3 topic_id: 1370 reply_id: 4696[/import]