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 trial

iOS Objective-C Basics (Retired) Fundamentals of C Anatomy of a C program

xcode available on PC?

Is x-code also available on PC, because I have a dell laptop(windows) and I want to create/develop IOS apps. Must I have a MAC? because in the video, the "lecturer" uses a MAC

3 Answers

Michael Hulet
Michael Hulet
47,912 Points

You must have a Mac, as Apple does not make a build of Xcode for Windows

Alright, thanks. I just switched Tracks to Web design/development. Maybe in the future when I get a MAC, I'll create apps for IOS.

Israel

Technically you need an Apple Operating System which only runs on Apple hardware. Running an Apple operating system on a PC is possible but it's not always easy and requires a certain amount of trial and error (or hacking). If you want to read more about it do a google search for Mac OS virtualization on Windows or Hackintosh.

Thank you, I will move on and return when I have acquired the necessary device(s) (Mac).

Good luck man!

You might take a look at Xamarin.iOS. You'd have to learn C#, but it's cross platform. Basically, you code it in C# and it compiles down to native code that can run on the iPhone.