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

   > why is this "closed", since following all the "current"? documentation in 
https://cordova.apache.org/docs/en/12.x/guide/cli/index.html causes this, and 
it's not "just a warning" as you get `** ARCHIVE FAILED **` - so - following 
current directions with an up to date system, just doesn't work.
   > 
   > don't you guys dog food your system?
   
   Scan your build output. If an archive failed, you should have an actual 
`error:` somewhere in the build output. It will be buried and you'll likely 
have to scroll up quite a ways in the build output.
   
   It's not intuitive but it's how most c compilers work, which also includes 
objective-c. If it's a compiler error, it will be produced by the source file 
and it's log output will be located at the time it attempts to build that 
source file. Errors doesn't stop the build process, which is why it will 
produce other output (and as a result bury the actual 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.

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