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

Brett Klugman
Brett Klugman
2,147 Points

Using a pc

What software should I use if I'm using a pc, since I cannot download xcode?

Since you are in the iOS section you will need a mac to program natively for Mac/iOS. You can rent a mac at http://www.macincloud.com purchase a cheap mac mini, but to put anything in the app store you'll need a developer license too which is $99. I'd suggest coding in XCode though, anything else would be more difficult and harder to find support.

3 Answers

Chris Howell
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Chris Howell
Python Web Development Techdegree Graduate 49,702 Points

Depending on what you are working on.

Code wise: Sublime Text is ideal for simple code editing.

or you can get an "Integrated Development Environment" AKA IDE such as Eclipse, Netbeans, or IntelliJ. These are a bit more complex but useful when developing much more complex applications.

...

Chris Howell
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Chris Howell
Python Web Development Techdegree Graduate 49,702 Points

If you really want to code in XCode you may find this helpful, takes a little bit of work but it can be done. If you find that iOS building is "your cup of tea" then you can invest in a Mac instead of working in a virtual machine. You can still do Android and other platforms on a Mac so it wouldn't be a restrictive choice.