I had no issue when uploading the last version, but, this time I tried to lower the iOS deployment version (from 10.0 to 9.0) and I'm getting this warning. It's not an error but it still concerns me.
So far I tried these:
- http://stackoverflow.com/questions/24823926/itms-9000-the-binary-you-upload-was-invalid
- http://stackoverflow.com/questions/32908964/error-itms-90168-the-binary-you-uploaded-was-invalid
but none worked for me.
I made sure I changed the deployment version in both project setting and target setting. And I still see the same warning even when I tried to revert back to 10.0 deployment target.
It seems that they pass all the validation and processing no matter what. I don't know if this is just a warning I can safely ignore or not.
Does anyone have the similar issue?