Commit a220a5c
build(ios): updates build_framework script to include dsyms in final output
Updates `build_framework.sh` to use the `-archive` flag to include `dSYMs` to the final `.xcframework` output. This should make it easier for developers to symbolicate crash reports and give us more insight into Rive-related crashes.
This does _not_ affect device support, and does _not_ affect install size; it only affects download size.
Diffs=
2e45b9682d build(ios): updates build_framework script to include dsyms in final output (#8941)
Co-authored-by: David Skuza <david@rive.app>1 parent 0090114 commit a220a5c
1 file changed
+14
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
105 | 112 | | |
0 commit comments