Invalid Custom Intents

Hi y'all,


I just upgraded to xcode 10 and now when I upload a new build to the App Store using the organizer, I get the following error:


We identified one or more issues with a recent delivery for your app, "iNaturalist". Please correct the following issues, then upload again.

Invalid Custom Intents - The 'MainStoryboard.strings' file in the '/Payload/iNaturalist.app/en.lproj' folder is formatted incorrectly.


Nothing about my localization or this file has changed since the previous build in xcode 9, which uploaded to the App Store just fine. Also, English is the base language for my app, in case that helps.


I'm not sure what exactly to do or how to validate the .strings file. Any advice?


Thanks,

alex

I get the same error with Xcode 9.4.1 and I checked my strings file with plutil and it says that it is OK. This string file has not changed since previous builds that were uploaded. I think this is some kind of iTunes Connect processing error.

I am getting the same issue. Any resolution?

Just got this issue too.

Me too, anyone got a fix?


I'd prefer to not remove my localisations.

I am also getting the same issue, Any resolution?

Unfortunately I removed my problematic file, but left the other localisation files. Have no idea why it cause a problem for this particular file...

Is it because the ".strings" file statements don't end with semicolons?

Thanks to @swhitt for mentioning the `plutil` tool, which helped me figure out that there was in fact a formatting error in one of my .strings files. I was missing semicolons at the end of the file, and `plutil -lint` helped me figure that out.

Invalid Custom Intents
 
 
Q