breautek edited a comment on issue #966: URL: https://github.com/apache/cordova-ios/issues/966#issuecomment-702062371
For some background context, error 65 from `xcodebuild` is a generic error that simply describes that xcodebuild couldn't do a build, which of course... pretty much anything could cause: invalid configuration, unmaintained plugins, out-dated software, etc. Without digging into more of xcodebuild output, you're trying to find a needle in a haystack. You may have to scan through the tons of input that xcodebuild produces or open up the XCode project located at `./platforms/ios/<App Name>.xcworkspace` and try to build from XCode GUI to get a more meaningful error. ---------------------------------------------------------------- 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]
