erisu commented on issue #1009: URL: https://github.com/apache/cordova-ios/issues/1009#issuecomment-727776078
There are a few places that defines the deployment target. * `platforms/ios/Podfile`, but this should be updated based on `cordova prepare` and setting. * `platforms/ios/cordova/lib/Podfile.js` * `platforms/ios/CordovaLib/CordovaLib.xcodeproj/project.pbxproj` there are a few locations in this file. * `platforms/ios/<PROJECT_NAME>.xcodeproj/project.pbxproj` there is also a few locations in this file. As @breautek mentioned, it might be easier to use Cordova-iOS 5.x as it supports iOS 10. * install `[email protected]` instead of `6.x` * install plugin `[email protected]` for the WKWebView engine. * set the preference flag `WKWebViewOnly` in `config.xml` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
