While attempting to submit an app to the app store via Xcode, I received the following message: ERROR ITMS-90000: "This bundle is invalid. $message." I received a successful validation prior to attempting to submit to the app store. Could this be a certificate issue? Any help would be appreciated.
ERROR ITMS-90000
Did you ever get this resolved? I am receiving this same message for one of the apps I uploaded tonight (though not on another).
ITMS-90000 is so generic so not be worth mentioning, sorry.
Without more info, the list of applicable issues, and the combinations thereof, would be too long to be of value, but yes, you need a valid distribution certificate for starters.
Thanks. I've searched all over, and typically there's an error message associated with ITMS-90000. What I'm getting looks like a placeholder: $(message).
The odd thing to me is that I have another app set up that has, for all practical purposes, identical build settings - including the distribution certificate, and it uploads fine.
After many iterations of tinkering with build settings, I finally got this working. Unfortunately, I still can't pinpoint what I did that fixed the issue.
I've been having this issue for the last few days and haven't come close to figuring out what's wrong. Tinkering with my build settings or changing Xcode versions or machines hasn't worked either. I've also tried resetting my certificates.
Looking at the detailed log doesn't yield much, either:
[2015-11-20 10:34:04 CET] <main> DBG-X: Apple's web service operation return value:
[2015-11-20 10:34:04 CET] <main> DBG-X: parameter ErrorMessage = ERROR ITMS-90000: "This bundle is invalid. $message."
ERROR ITMS-90000: "This bundle is invalid. $message.
(1102)
This code '1102' might be an indication of what's going on. I haven't been able to find out what it means, though.
EDIT:
One other thing I tried was to set up a fresh `Info.plist` and added only the bare minimum of needed entries. No luck though.
Have you been able to do anything about it. I have spent so much time on it and have found no way of making it work.
Would also be nice to have someone fix it on their side. "$message" is not a useful error message.
I'm facing same problem.
Have you resolved this issue?