ITMS-90034: Missing or invalid signature error

时间秒杀一切 提交于 2020-06-16 18:35:32

问题


This is the error message I get while uploading my app binary to iTunesConnect:

ITMS-90034: Missing or invalid signature - The bundle 'com.myCompany.myApp' at bundle path 'Payload/myApp.app' is not signed using an Apple submission certificate.

I compared the settings with another app of mine I successfully upload and hardly see any difference in the certificates or signing settings. Only one thing is different, though: myApp has an extension (Ads blocker) while the other one has none (but I don't think it makes any difference).

I searched through the internet for any fixes or things to be done, but I am left in the same situation, the app is turned as invalid binary for this very issue.

Happy to receive help on that.


回答1:


Seems to be something Apple have broken their end as lots of developers are experiencing the same issue:

https://forums.developer.apple.com/thread/133781




回答2:


I have found two solution for this.

Update:

Solution: 1

I have applied a quick fix found in the forum and that worked for me..

from the forum I used --deep in Other Code Sign in Flag for the project target and that worked for me. Hope this will help who are very much in need to get their project to the testflight.

Update2: Solution 2:

What i have found that the problem is occurring due to previous bundle id created for app but not uploading app build to the appstore connect before updating to new xcode.

So, what i did is, I changed the bundle id. delete provision folder from mobile device folder at library. clear the build folder and then re archive and it's working now perfectly without any problem.

Hope this helps you. Any other solution would be much more appreciated.



来源:https://stackoverflow.com/questions/62219450/itms-90034-missing-or-invalid-signature-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!