Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialWilliam Gilbert
1,837 PointsI can't download xcode because I have a windows computer
How can I add Xcode to my computer if it is a windows computer
2 Answers
Michael Hulet
47,913 PointsYou can't, unfortunately. In order to develop for iOS, you'll need a Mac
Andrew Alexander Barber
10,474 PointsIt'll be slow but you could possibly run MacOS through Virtual Box or VMware then install XCode on there? Other options could be MacInACloud?
You could try some of these options.
Michael Hulet
47,913 PointsVirtualization isn't really an option anymore. Not only is it becoming harder and harder to virtualize macOS on a non-Mac host, but you'll also run into tons of signing issues, and you likely won't be able to publish to the App Store. If you can VNC into another Mac, that's a potential option, though you won't be able to debug on a physical iOS device since you don't have physical access to the Mac, which is generally essential to lots of iOS development