Jenkins + Xcode Plugin.dSYM is not suitable for assembly

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!

+4
source share
2 answers

Make sure Testflight has been up and running for the past few weeks, you can check this URL:

Test status

In addition, double-check all the parameters of the xcode plugin for Jenkins, something may change the dSYM file.

Make sure that the option "Create archive for Xcode plugin" is not checked, since this parameter was added to the latest version of the plugin, and this may be the source of the problem:

Xcode Plugin - Jenkins http://goo.gl/mWuPQ0

+7
source

, " ", . Jenkins, xcarchive, xcodebuild DSYM , , , DSYM IPA. !

+2

All Articles