Application Loader: ERROR ITMS-90168 with empty message

We get an ITMS-90168 error with an empty message when uploading an ipa via Application Loader. It only happens on this specific project. Any idéas?


[2015-11-20 13:38:09 CET] <main> DBG-X:   parameter Version = 1.8.7
[2015-11-20 13:38:09 CET] <main> DBG-X:   parameter iTMSTransporterMode = upload
[2015-11-20 13:38:09 CET] <main>  INFO: id = 20151120133809-398
[2015-11-20 13:38:10 CET] <main> DBG-X: Apple's web service operation return value:
[2015-11-20 13:38:10 CET] <main> DBG-X:   parameter ErrorMessage = ERROR ITMS-90168: "
(1102)
[2015-11-20 13:38:10 CET] <main> DBG-X:   parameter CPUToken = 7d519b50-e2e6-442f-9313-b4fa1c37f87b/1447681548281
[2015-11-20 13:38:10 CET] <main> DBG-X:   parameter AssetsToDescribe = [{UTI=com.apple.ipa, Role=source, ShouldDescribeAsset=true, Filename=Unity-iPhone.ipa}]
[2015-11-20 13:38:10 CET] <main> DBG-X:   parameter FileSizes = {Unity-iPhone.ipa=81821147}
[2015-11-20 13:38:10 CET] <main> DBG-X:   parameter Checksums = {Unity-iPhone.ipa=381ae4ae6ad8212b2a1128af9853e79b}
[2015-11-20 13:38:10 CET] <main> DBG-X:   parameter Errors = [ERROR ITMS-90168: ""]
[2015-11-20 13:38:10 CET] <main> DBG-X:   parameter ErrorCode = 1102
[2015-11-20 13:38:10 CET] <main> DBG-X:   parameter Success = false
[2015-11-20 13:38:10 CET] <main> DBG-X:   parameter FilesToUpload = [metadata.xml, Unity-iPhone.ipa]
[2015-11-20 13:38:10 CET] <main> DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
[2015-11-20 13:38:10 CET] <main> ERROR: ERROR ITMS-90168: ""
[2015-11-20 13:38:10 CET] <main> DBG-X: The error code is: 1102
[2015-11-20 13:38:10 CET] <main>  INFO: Done performing authentication.
[2015-11-20 13:38:10 CET] <main> DBG-X: Returning 1
Package Summary:

1 package(s) were not uploaded because they had problems:
  /var/folders/4v/0d7kqv_12gd_ng7q932hny580000gp/T/3756782D-D073-4E92-BF89-844E3F69D51B/706027068.itmsp - Error Messages:
  ERROR ITMS-90168: ""

I assume you may have figured this out by now but for anyone else who may have a similar issue:


cd ~/.itmstransporter
rm update_check* 
mv softwaresupport softwaresupport.bak
cd UploadTokens 
rm *.token


Answer from: http://stackoverflow.com/questions/32908964/error-itms-90168-the-binary-you-uploaded-was-invalid

Application Loader: ERROR ITMS-90168 with empty message
 
 
Q