PDA

View Full Version : Can you write an iPod app in Objective-C on an ubuntu machine or do you need a Mac?



tc101
December 14th, 2010, 06:00 PM
Can you write an iPod app in Objective-C on an ubuntu machine or do you need a Mac?

If it can be done in ubuntu, any pointers to documentation would be great.

r-senior
December 14th, 2010, 07:10 PM
You can write in Objective-C on Ubuntu but it's not Objective-C 2.0 as used by the iOS devices. You also need the Xcode IDE for deploying signed code to a device and the device simulator for testing. Unless you are talking jailbroken devices, iOS development is pretty much dependent on a Mac with OS X.

This link has some alternate ideas:

http://www.taranfx.com/how-to-develop-iphone-apps-on-windows

nvteighen
December 14th, 2010, 09:43 PM
Ugh... even if we had Objective-C 2.0 on GNU/Linux, we'd still lack a decent OpenStep implementation that also had Apple Cocoa extensions. GNUStep and SideStep just don't do the job (The FSF has set GNUStep as one of its highest priority projects... if you're interested and have the skills, there is a place where you can help a lot).

tc101
December 14th, 2010, 11:23 PM
GNUStep and SideStep just don't do the job (The FSF has set GNUStep as one of its highest priority projects... if you're interested and have the skills, there is a place where you can help a lot).

Thanks for the info. Unfortunately I don't have the skills to help tackle something like this.

akand074
December 15th, 2010, 12:22 AM
Well if your determined to write an app, write an Android app ;) That is supported in Ubuntu more than any other OS. Haha, just felt the need to throw that out there.