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 base Question.

Very new here, but i was wondering sense i don't have a Mac just a windows Desktop. But can i build iOS apps from c++. Or will have have to save up money to buy a Mac so i can use xcode?

1 Answer

Stone Preston
Stone Preston
42,016 Points

If you have windows then you will not be able to develop for iOS easily. Xcode (the program he is using in the video) only runs on OS X, which will only run on Apple hardware without breaking the TOS. You could possibly get around this by using a VM (which might not be easy to get working, do a google search for how to run OSX on windows or something similar and you will find something) or a service such as MacInCloud.

You can still learn and write C code on windows pretty easily with IDE's like CodeBlocks or Visual Studio. Windows probably has a C compiler on there by default as well. you can probably even find a compiler for objective c to use. But you wont be able to actually develop an iPhone app.

If you want to get into mobile app development on windows without going through much hassle, take a look at the Android Track. Android development can be done easily on both windows and OS X.

Will do, thank you for a fast reply :D