-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx cap add ios - on windows #1285
Comments
Same here. |
@baranelitez @ffMathy you cannot compile nor create an iOS project on a Windows machine. You need XCode nor Cocoapods and they are available only for macOS. |
But you can use cloud services to compile the native projects, so being able to add the iOS project from windows is a planned feature |
Adding to high priority as we will need to support this to enable Appflow's cloud package feature |
@rgolea I know of Quasar and Unity engine can create xcode projects in a windows OS. So I don’t see why it’s not possible. |
Description of the problem:
'npx cap add ios' won't add ios as a platform. Prints:
[error] Not running Mac OS X, can't add ios platform
I'd like to create the project files in Windows, and use OSX for just building.
Affected platform
OS of the development machine
Other information:
Capacitor version:
1.0.0-beta.17
node version:
npm version:
CocoaPods version:
Steps to reproduce:
Link to sample project:
The text was updated successfully, but these errors were encountered: