Corona builds adds control characters instead of whitespace

If the app name contains white space, Corona now adds control characters instead. This makes our build scrips fail and we currently have problems uploading to Apple. 

We are getting ERROR ITMS-9000 “Your package contains a file with a name that contains invalid characters. Avoid using control characters in the file name”

We do try to hide some problematic characters by replacing them with Unicode equivalents.  It’s very surprising that ITMS has trouble with them.  I’ll have to figure out what’s best to do here.

In the meantime can you rename your project so it doesn’t have spaces in it?

Rob

This is fixed in Daily Build 2014.2494

We do try to hide some problematic characters by replacing them with Unicode equivalents.  It’s very surprising that ITMS has trouble with them.  I’ll have to figure out what’s best to do here.

In the meantime can you rename your project so it doesn’t have spaces in it?

Rob

This is fixed in Daily Build 2014.2494