I am using Jenkins to produce and distribute builds for an iOS application and for that I installed the xcode and the TestFlight plugins. The build and archiving succeed but uploading the dSYM to TestFlight fails with the following error:
"Incorrect response code: 400 The .dSYM does not correspond with this build. Are you sure you uploaded the correct one?"
I checked that the .dSYM sent is the one generated by the xcode plugin build and also checked the contents of the dSYM and everything seems fine.
I am using xcode 5 and the last stable versions for Jenkins and the xcode and Testflight plugins.
If anyone has any idea about what can be happening here, I would appreciate the help. Thanks!