breautek commented on issue #617:
URL: https://github.com/apache/cordova-ios/issues/617#issuecomment-1284195941

   > A workaround would be to run xcodebuild without a CONFIGURATION_BUILD_DIR. 
Would that be possible?
   
   Not sure how far this will get you, or if you can unset 
`CONFIGURATION_BUILD_DIR`, but you should be able to configure it via 
`buildFlags` which can set in either 
[build.json](https://cordova.apache.org/docs/en/11.x/guide/platforms/ios/index.html#using-buildjson)
 or via 
[--buildFlag](https://cordova.apache.org/docs/en/11.x/guide/platforms/ios/index.html#xcode-build-flags)
 CLI argument.
   
   So if something expects a specific build directory, then in theory you 
should be able to set it to the expected value. I don't know if this will cause 
any other unwanted side effects however.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to