Error itms-90035

后端 未结 10 1073
清酒与你
清酒与你 2020-12-05 05:08

App passes validation

On upload getting error Error itms-90035

\"Invalid Signature. Code object is not signed at all. The bi

10条回答
  •  伪装坚强ぢ
    2020-12-05 05:49

    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...

提交回复
热议问题