excludeFiles for Corona Enterprise building with xCode

Hi all,

We are having a problem with excluding files from our app, here is what’s going wrong:

We have an app with multi-language assets, each in their own directory en/ nl/ etc. We tried excluding the files through the build.settings with excludeFiles. This works in the Corona simulator, but when we build the app with xCode, this files are still packed in the ipa. Making the app almost twice the size it should be.

What we want is to build the app excluding the language assets defined in the excludeFiles. So we can build separate apps for different languages.

is there any way this can be done with the excludeFiles, or do we have to configure the xCode project to exclude Corona files. If so, how can this be done?

Kind regards

Did you ever find a way to exclude files from an enterprise build?

Hi @camillaapps,

The build.settings file (and thus the “excludeFiles” block) is not relevant to Enterprise. If you wish to exclude files, just do not include them within the project when you build it.

Take care,

Brent

Did you ever find a way to exclude files from an enterprise build?

Hi @camillaapps,

The build.settings file (and thus the “excludeFiles” block) is not relevant to Enterprise. If you wish to exclude files, just do not include them within the project when you build it.

Take care,

Brent