fastlane-old / gym

Building your iOS apps has never been easier
https://fastlane.tools
645 stars 54 forks source link

DSYM archiving only includes main app DSYM when there are many modules involved. #232

Closed AdrianFerreyra closed 8 years ago

AdrianFerreyra commented 8 years ago

When I look into my archive, I see there are many DSYM files, one for each module involved in our application. When gym finishes archiving DSYMs, I see there is just one file inside the zip file, the one related to the app.

How is gym managing apps that are modularized inside?

KrauseFx commented 8 years ago

screenshot 2016-03-03 09 57 55 The top level dSYM file contains the other dSYM files, you can view them using Show Package Content

AdrianFerreyra commented 8 years ago

You are absolutely right! Thanks for your time!

KrauseFx commented 8 years ago

Happy to help :+1:

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/3134. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: