contfedorov commented on issue #1371: URL: https://github.com/apache/cordova-ios/issues/1371#issuecomment-1986938421
@erisu Agree, iPhone X is quite old. But Cordova [supports](https://cordova.apache.org/docs/en/12.x/guide/platforms/ios/index.html) iOS 11.0+, so I expect it to support such devices. I've checked using 2 other target simulators. Both were up and running before building. - iPhone 13 w/ iOS 15.5 (`cordova run ios --target=iPhone-13`). Here the result was the same: can't find several Cordova-related .h-files - iPhone 15 w/ iOS 17.2 (`cordova run ios --target=iPhone-15`). Here the result differs. Build succeeded, and an app was deployed to simulator. But it was not opened automatically: console output contained the following error ([#1362](https://github.com/apache/cordova-ios/issues/1362) is about it). ``` ** BUILD SUCCEEDED ** Deploying to simulator [ios-sim] device.name: iPhone 15 [ios-sim] device.runtime: iOS 17.2 [ios-sim] device.id: 4427ED4E-C75F-4FCF-8E2D-C582F0440B01 Error: Unhandled error. ('[ios-sim] Simulator already running.\n') ``` -- 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]
