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

   There's likely an actual error (not a warning) somewhere in the xcode build 
output. Error code 65 is a general purpose error code that something in the 
build didn't work. It could mean pretty much anything.
   
   > warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' 
is set to 9.0, but the range of supported deployment target versions is 12.0 to 
17.2.99. (in target 'GoogleUtilities' from project 'Pods')
   
   These warnings will not produce a build failure by themselves. Sometimes 
xcode build errors are buried in the build output, so you may have to "scroll 
up" a ways before you see something of interest.


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to