App passes validation
On upload getting error Error itms-90035
\"Invalid Signature. Code object is not signed at all. The bi
It seems XCode starting with Version 10.0 (10A255) does not properly sign apps with PRODUCT_NAME
containing umlauts like ü
(and maybe other non-ASCII chars - but we haven't tested this). This is on macOS 10.13.6 (17G65) with APFS, which might be the reason as well.
It did work with the same macOS version with APFS with an earlier XCode version just fine, so we suspect it's XCode though.
Anyway, the fix is to set PRODUCT_NAME
to a string without umlauts...