[TIMOB-11503] iOS: Not generating DSYM files on AdHoc/Enterprise builds
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-10-17T20:54:29.000+0000 |
Affected Version/s | Release 2.1.3 |
Fix Version/s | 2012 Sprint 21 Core, 2012 Sprint 21 |
Components | iOS |
Labels | core, debug, dsym |
Reporter | Ygor Lemos |
Assignee | Max Stepanov |
Created | 2012-10-08T20:22:20.000+0000 |
Updated | 2017-03-28T21:11:11.000+0000 |
Description
Until 2.1.3.GA (ex 2.1.2) when you generate an AdHoc build, it came with the DSYM file builtin on the ipa.
Generating an ipa with the latest 2.1.3.GA version with min-ios-ver 5.0 don't generate the DSYM file anymore.
Specs on my tiapp.xml:
<ios>
<ios-version>6.0</ios-version>
<min-ios-ver>5.0</min-ios-ver>
</ios>
Cannot get DSYM packaged with 2.1.2 and Xcode 4.4 or 4.5 Forwarding to QA for validation.
Tested with Studio 2.1.2 with SDk 2.1.2 with xcode 4.4 on Mac 10.7.5. Do not see the DSYM in the package
DSYM files are generated but has never been packaged into IPA file.
Yes it was, I have submitted hundred of builds to Testflight, generated on TiStudio and they've always got packaged inside the ipa files automatically. It stopped after last 2.1.3.GA update. I have all my previous builds with the DSYM files embedded automatically by TiStudio. This is not invalid.
Perhaps it is something with TiStudio? (an extra step that embedded DSYM files previously and now it doesn't ?
Ygor, could you provide an internal structure of your ipa file ? Rename it to zip and unpack.
Ygor, how did you submit builds to TestFlight ?
Max, I've submitted them using the Testflight Mac client. (some of them using the web app). I have noticed that all builds built for "iOS 4.0 +" have the embedded DSYM file. All builds for "iOS 5.0 +" don't have the DSYM file. Guess it have something to do with the minimum iOS version!?
Ygor, it might be something Xcode package utility did for earlier SDK versions. If you will look at
I believe it was 4.4.1 So, for now if I want DSYM files on AdHoc builds I will need to generate the ipa, uncompress it, embed the file and recompress it?
Ygor, per TestFlight docs DSYM file is uploaded separately. https://testflightapp.com/api/doc/
It seems to be an Testflight problem and they are aware of it... their Mac App used to upload DSYMS automatically... sorry about this bug. {quote} Ygor Lemos Subject: DSYM Files are not getting uploaded by Mac App DEC 04, 2012 | 10:22AM PST Jason replied: Hi Ygor, Sorry you're having this trouble. We've had other reports like this, so we'll be investigating. For now, you should be able to upload your dSYM on the corresponding Crashes page on the TestFlight web site. Thank you for your patience and sorry for the interruption. Jason Rehmus TestFlight Support {quote}
Closing ticket as invalid.