I'm adding <subttile> and <promotional_text> to my itms metadata.xml file but iTMSTransporter complains with a ERROR ITMS-3000.
ERROR ITMS-3000: "Line 16 column 25: element "subtitle" not allowed anywhere; expected the element end-tag or element "description", "keywords", "privacy_policy_text", "privacy_url", "software_screenshots", "software_url", "support_url" or "version_whats_new" at XPath /package/software/software_metadata/versions/version/locales/locale[27]/subtitle"
ERROR ITMS-3000: "Line 17 column 33: element "promotional_text" not allowed anywhere; expected the element end-tag or element "description", "keywords", "privacy_policy_text", "privacy_url", "software_screenshots", "software_url", "support_url" or "version_whats_new" at XPath /package/software/software_metadata/versions/version/locales/locale[27]/promotional_text"
I thought it was a probelm with the version of iTMSTransporter embedded in Xcode 8 but I'm seeing this also with Xcode 9 GM.
Anyone else seeing this? Any workaround?