Commit 5947f85
committed
fix(cordova): use the Xcode configuration-based iOS build output paths
cordova-ios stopped writing to platforms/ios/build/emulator and
platforms/ios/build/device; the products land in configuration-named
directories instead, so the CLI looked for the .app and .ipa where they no
longer are. Derive the path from the release flag:
build/Debug-iphonesimulator/<app>.app
build/Release-iphoneos/<app>.ipa
Submitted upstream as ionic-team#5079.1 parent 54a76b5 commit 5947f85
1 file changed
Lines changed: 4 additions & 4 deletions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments