Commit a8495bd
committed
Fix crash when saving project.
Fixes a crash that happens when a project is saved, if that project had
an build phase exception set that's the child of a build phase that does
not have a name.
For example, the "Compile Sources" build phase does not have a name, and
could lead to this crash.1 parent ab3dfa5 commit a8495bd
File tree
1 file changed
+6
-1
lines changed- lib/xcodeproj/project/object
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments