I use Jenkins to create and distribute an assembly for an iOS application, and for this I installed xcode and TestFlight plugins. Assembly and archiving completed successfully, but loading dSYM in TestFlight failed with the error:
"Invalid response code: 400 .dSYM does not match this assembly. Are you sure you downloaded the correct one?"
I checked that the submitted .dSYM is the one that was generated by the xcode plugin assembly, and also checked the contents of dSYM, and everything seems fine.
I use xcode 5 and the latest stable versions for Jenkins and plugins xcode and Testflight.
If anyone has an idea of what could be happening here, I would appreciate help. Thanks!
source
share