erisu commented on issue #1371:
URL: https://github.com/apache/cordova-ios/issues/1371#issuecomment-1984971452

   @contfedorov, I'm not entirely sure what "re-creating project from scratch" 
entails, but have you attempted creating a new sample project with no 
modifications other than adding the iOS platform?
   
   You mentioned in the ticket:
   > First, I've checked via my current project (not using the sample one).
   
   I would suggest trying with the minimum steps:
   ```
   cordova create cdvTestProject
   cd cdvTestProject
   cordova platform add ios@latest
   cordova run ios --target=iPhone-X
   ```
   
   No code changes, configuration file modifications, plugin or resource 
additions are made, and the project is not opened in Xcode.
   
   Also, please note that I am not using a device for testing. I do not have a 
device plugged into my Mac. I am using a simulator for this test.
   
   If the issue persists with a sample/blank project, I am leaning more towards 
your environment being the issue.
   
   I don't believe upgrading Xcode or macOS will necessarily make a difference, 
but it's worth noting that Apple has stated that as of April 2024, all apps 
submitted to the App Store must be built with a minimum of Xcode 15 and the iOS 
17 SDK. Eventually, you will need to upgrade. However, I don't expect it to 
change the outcome of this issue.
   
   If the problem doesn't occur with the blank sample project, I suggest adding 
plugins, other platforms, and application code one by one and building in 
between, until you identify what causes the issue.
   
   Since I'm unable to reproduce this problem, it will be challenging for me to 
determine the cause of your issue.


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