dpogue commented on issue #608:
URL: https://github.com/apache/cordova-cli/issues/608#issuecomment-3234441392

   It's not entirely clear from the ticket whether the time is being spent in 
the Xcode build process or in the Cordova NodeJS tooling process. Upgrading the 
Cordova CLI from version 10 to 11 while keeping the Cordova iOS platform at 
6.2.0 shouldn't impact build time at all.
   
   One suggestion to help track down where time is being spent in the build 
process is to open the project in Xcode, run a build, and then look at the 
build log:
   
   In the Xcode sidebar, go to the Report Navigator (the last icon):
   <img width="269" height="193" alt="Screenshot of Xcode sidebar showing the 
Report Navigator" 
src="https://github.com/user-attachments/assets/40a3bcfe-9098-4695-bbf3-18b83bffae09";
 />
   
   Select a build and Xcode should show you all the steps that were taken 
during the build along with the time it took for each step. This might help you 
track down if there are specific plugins or tasks that are taking up 
considerable time:
   <img width="410" height="377" alt="Screenshot of Xcode build report showing 
the time taken to compile the sample Hello Cordova project" 
src="https://github.com/user-attachments/assets/5ce5b8c4-2d3e-45a2-a49a-c498f353ea5b";
 />


-- 
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]

Reply via email to