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