ZumelzuR commented on issue #966:
URL: https://github.com/apache/cordova-ios/issues/966#issuecomment-758625451
You can add the command to prod build in you package.json as "scripts"
prroperty or you can create a build.json (you can find in internet some
examples) with all the specifications.
Ex.
`{
"ios":{
"release" : {
"buildFlag": [
"--UseModernBuildSystem=0"
]
}
}`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]