dpogue commented on issue #855: URL: https://github.com/apache/cordova-ios/issues/855#issuecomment-649947676
@marcelmedina ``` error: Named colors do not work prior to iOS 11.0. ``` If you're using Cordova-iOS 6.x, the minimum supported iOS version is 11.0. You may need to remove a `deployment-target` preference from config.xml if it is set to a lower version. ---------------------------------------------------------------- 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]
