Skip to content

Commit

Permalink
Specify the traditional build system even for debug builds
Browse files Browse the repository at this point in the history
This should resolve at least one of the issues with building from the command
line. However building from the CLI still fails due to
apache/cordova-ios#550
  • Loading branch information
shankari committed Mar 4, 2019
1 parent 475e220 commit 9aa08e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"ios": {
"debug": {
"buildFlag": [
"-UseModernBuildSystem=0"
]
},
"release": {
"buildFlag": [
"-UseModernBuildSystem=0"
Expand Down

0 comments on commit 9aa08e2

Please sign in to comment.