Commit 7285481
Fix iOS CI build cycle by disabling dSYM generation for debug builds
The Xcode new build system detects a dependency cycle:
copy appex → Crashlytics script → dSYM → Info.plist → copy appex
This is structural — phase reordering alone doesn't fix it because
Xcode resolves dependencies via input/output file analysis.
Setting DEBUG_INFORMATION_FORMAT=dwarf for CI debug builds skips
dSYM generation entirely, breaking the Crashlytics → dSYM link
in the cycle. Release builds are unaffected.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2da2c31 commit 7285481
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments