fix(ios): added dSYM for Swift framework-based modules#14369
fix(ios): added dSYM for Swift framework-based modules#14369hansemannn merged 3 commits intotidev:mainfrom
Conversation
|
Oh, there is one requirement: You need the build setting Edit: Successfully tested with: |
hansemannn
left a comment
There was a problem hiding this comment.
Good work! I've tinied up some parts of the code, but it should still work properly. Can you confirm once please? We can merge afterwards and include it in next week's 13.1.0 release.
Confirmed ✅ Since
That would be great. |
Fixes hansemannn/titanium-review-dialog#17.
Introduction:
The archive did not include a dSYM for the ******.frameworkand therefore unsymbolicated crash reports, if you use a Titanium module which is based on a Swift xcframework.Description:
-debug-symbolsin the commandxcodebuild -create-xcframeworkfindDSym()for this purpose