diff --git a/app/lib/cordova/index.js b/app/lib/cordova/index.js index d1c5f4bc2ab..5b56e5fa884 100644 --- a/app/lib/cordova/index.js +++ b/app/lib/cordova/index.js @@ -36,6 +36,10 @@ class CordovaRunner { args.push(`--target=${cfg.ctx.emulator}`) } + if (cfg.ctx.targetName === 'ios') { + args.push(`--buildFlag=-UseModernBuildSystem=0`) + } + return this.__runCordovaCommand( cfg, args