It could be that iTunes Connect is having trouble with the spaces in the file names. If I count correctly, starting at 0, index 7 points to a space. You could try changing all those spaces to _ (everywhere), or only in this manifest, changing the spaces to %20. This is only a guess, as I avoid spaces in file names out of long habit.
You could also try validating with FlightCrew (part of Sigil), for better error messages.
Of course, it this is peculiar to Apple, FlightCrew won't complain.
|