breautek commented on issue #984: URL: https://github.com/apache/cordova-ios/issues/984#issuecomment-727318259
> use "cordova prepare ios" in Windows 10 with Cordova iOS 6.1.1. This was never a supported configuration. Perhaps it worked before but `cordova-ios` is not tested on Windows and you shouldn't be preparing the ios platform on a machine other than a Mac, nor should you be sharing the platforms directory across different workstations. The platforms directory should be ignored in your version control system. They (similar to node_modules) can contain native binaries specific to the OS that added the platforms. Instead, on every workstation you should use `cordova platform add` every platform you intend to build on that workstation. Projects can still pin their cordova-ios version but choose to opt out of adding the ios platform if the workstation isn't a Mac. Closing as a "Won't Fix". ---------------------------------------------------------------- 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]
