App Submission Error - Invalid binary - Invalid Co

2019-02-21 08:46发布

Invalid Code Signing Entitlements - Your application bundle's signature contains ubiquity code signing entitlements that are not supported.

Specifically, value "( X49XXXS5Q.* )" for key "com.apple.developer.ubiquity-container-identifiers" in is not supported.

The key happens to be my distribution id.

3条回答
萌系小妹纸
2楼-- · 2019-02-21 09:14

Disable iCloud in the Provisioning Portal and generate a new "distribution" Provisioning Profile before submitting it again to Apple.

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2019-02-21 09:31

It looks like you have a wildcard app id set for your application. This is not allowed for distribution of applications. You should set your application to a dedicated app id like:

X49XXXS5Q.this.is.my.app

instead of

X49XXXS5Q.*
查看更多
劳资没心,怎么记你
4楼-- · 2019-02-21 09:32

Yes that is the correct answer! steps to correct:

Find you app id in the portal - dis-able the iCloud. Create a new provisioning profile download it delete the prior profile replace it with the new one re-compile and submit.

查看更多
登录 后发表回答