Skip to content

Instantly share code, notes, and snippets.

@imelgrat
Created February 14, 2019 21:02
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 imelgrat/02dcbe7f83a6e8fc2f768d12cf91f65c to your computer and use it in GitHub Desktop.
Save imelgrat/02dcbe7f83a6e8fc2f768d12cf91f65c to your computer and use it in GitHub Desktop.
XCode 10 build upgrade makes Cordova builds fail. Make it work again
"ios": {
"release": {
"buildFlag": [
"-UseModernBuildSystem=0"
]
},
"debug": {
"buildFlag": [
"-UseModernBuildSystem=0"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment