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

   The ticket will be closed as the issue is no longer present.
   
   I have tested this with the latest cordova-ios release (7.0.1).
   
   Since the ticket was created, there have been a few changes:
   
   - When using the `cordova run --list` command, the platform flag is now 
required to be included.
   - The latest version of Xcode no longer includes iPhone 4s binaries.
   
   Taking into account these changes, I tested with the following:
   
   ```
   $ cordova run ios --list
   $ cordova run ios --target=iPhone-6s
   ```
   
   We can confirm that `iPhone-6s` is listed:
   
   ```
   cordova run ios --list
   Available iOS Devices:
   Available iOS Simulators:
        iPhone-13-mini, 17.2
        iPhone-SE-3rd-generation, 17.2
        iPhone-SE-3rd-generation, 17.0
        iPhone-14-Pro, 17.0
        iPhone-14-Pro-Max, 17.0
        iPad-mini-6th-generation, 17.2
        iPad-mini-6th-generation, 17.0
        iPad-Pro-12-9-inch-6th-generation-8GB, 17.2
        iPad-Pro-12-9-inch-6th-generation-8GB, 17.0
        iPhone-XR, 17.2
        iPhone-15, 17.2
        iPhone-15, 17.0
        iPhone-15-Plus, 17.2
        iPhone-15-Plus, 17.0
        iPhone-15-Pro, 17.2
        iPhone-15-Pro, 17.0
        iPhone-15-Pro-Max, 17.2
        iPhone-15-Pro-Max, 17.0
        iPad-Air-5th-generation, 17.2
        iPad-10th-generation, 17.2
        iPad-Pro-11-inch-4th-generation-8GB, 17.2
        iPhone-14, 16.1
        iPhone-X, 16.1
        iPad-Pro-12-9-inch-6th-generation-16GB, 17.0
        iPhone-6s, 15.5
        iPhone-SE, 15.5
   ```
   
   We also confirmed that the build targets iPhone-6s and deploys to an 
iPhone-6s simulator:
   
   ```
   cordova run ios --target=iPhone-6s
   List simulator targets
   Building for "iPhone 6s" Simulator 
(com.apple.CoreSimulator.SimDeviceType.iPhone-6s, iPhone-6s).
   ...
   Target: iPhone 6s
   ...
   ```


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