Commit 37e096f
fix(ios): fix Xcode defaulting to 'Release' (#1957)
`getBuildConfigurationFromXcScheme` currently assumes where the
`.xcodeproj` lives (it could be anywhere). The proper fix is to get the
path from `.xcworkspace`, but that's a much more intrusive change. The
least we can do for now is to fall back to `Debug`.1 parent 7a44765 commit 37e096f
File tree
1 file changed
+6
-3
lines changed- packages/cli-platform-ios/src/tools
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
0 commit comments