GitToTheHub commented on issue #652: URL: https://github.com/apache/cordova-plugin-file/issues/652#issuecomment-3926605767
Setting the `deployment-target` is the minimum iOS version you support, not the SDK you compiled against. To compile against the iOS 26 SDK you have to use XCode 26. Setting the `deployment-target` to `26.0` would mean, your apps will run minimum on iOS 26 but not on iOS 18. Normally you want support older iOS versions also, especially, when devices can no longer be updated. -- 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]
