I was able to find a workaround which involves bypassing cordova for now: Reconstruct the command being passed to xcodebuild from cordova, you can see the list of arguments passed in at the bottom of the stack trace, but remove the -xcconfig argument altogether. (Based on this [comment](https://issues.apache.org/jira/browse/CB-14057?focusedCommentId=16487056&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16487056))
Your command should look something like this: **EDIT: See next comment for full details** Replace YourProjectName with your project name, and note that the ... paths should be your actual paths [ Full content available at: https://github.com/apache/cordova-ios/issues/394 ] This message was relayed via gitbox.apache.org for [email protected]
