-
Bug
-
Resolution: Unresolved
-
Major
-
None
After a build, the Xcode plugin generates two zip files: .ipa for the distribution binary, and .zip containing the dSYM (symbol information) for debugging.
The dSYM zip archive, however, only includes the dSYM package related to the principal binary and not any dependent build products that are bundled within it (such as embedded frameworks or application extensions). This results in incomplete symbol information.
Our current build pipeline involves uploading the build artifacts to HockeyApp for crash reporting, and the lack of complete symbols means that any logs involving subordinate frameworks are not symbolicated.
Thus, it is desirable to have the dSYM zip archive include the dSYM bundles for all products produced by building the target.
Hello, thanks for the bug report !
It's my understanding that xcodebuild manages the dSYM generation itself. Have you checked that building the app using xcode manually does add the embedded frameworks symbols as well ?