Xcode Archive & Export for iOS v2.7.1

This release fixes an issue when there are framework dSYMs found, but not app dSYM. The symptom is, that the exported dSYMs zip archive includes the current working directory contents.

The issue arises when the main target has DEBUG_INFORMATION_FORMAT build setting set to DWARF (instead of DWARF with dSYM), while the included frameworks, pods, etc… have DWARF with dSYM set.

Related issues:

  • #160
  • #155

This topic was automatically closed after 90 days. New replies are no longer allowed.