Skip to content

Instantly share code, notes, and snippets.

@abrahamnm
Created December 8, 2018 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abrahamnm/81839b9b0027d666bb8c13aa2c392593 to your computer and use it in GitHub Desktop.
Save abrahamnm/81839b9b0027d666bb8c13aa2c392593 to your computer and use it in GitHub Desktop.
Apache Cordova build configuration for Xcode 10
{
"ios": {
"debug": {
"buildFlag": ["-UseModernBuildSystem=0"]
},
"release": {
"buildFlag": ["-UseModernBuildSystem=0"]
}
}
}
@abrahamnm
Copy link
Author

Notes:

  • Place this file at the root of the Cordova project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment