breautek commented on issue #1322: URL: https://github.com/apache/cordova-ios/issues/1322#issuecomment-1550568160
I'd suggest opening the project inside xcode and try building from there. You'll probably get better insight on what is the actual cause of the build failure. The posted error message tells us absolutely nothing other than it's attempting to build a swift module and that build failed. Error code 65 is a general error code, xcode uses it for nearly all errors. You can find the xcode project at `/platforms/ios/<Project Name>.xcworkspace` Cmd + b, or `Product` -> `Build` to begin a build. A full build log should then be present and usually red GUI indicators pointing out the actual problems. -- 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]
