vote up 26 vote down star
7

I've heard that you need to get a mac if you want to develop iphone apps. Is it true? Is it possible to develop iPhone Apps using Linux. If yes what do I need and where to download the necessary tools such as sdk?

flag

10 Answers

vote up 17 vote down

The answer to this really depends on whether or not you want to develop apps that are then distributed through the iPhone store. If you don't, and don't mind developing for the "jailbroken" iPhone crowd - then it's possible to develop from Linux.

Check this chap's page for a comprehensive (if a little complex) guide on what to do :

http://www.saurik.com/id/4

link|flag
vote up 14 vote down

To provide a differing response, I'm running OSX and XCode on a virtualised (VMware) machine on Linux. CPU is a Core2Quad (Q8800), and it is perfectly fast. I found a prebuilt VM online (I'll leave it to you to find) Xcode/iPhone development works perfectly, as does debugging via USB to the phone itself.

It actually surprised me a lot - but I've had no issues at all.

link|flag
vote up 13 vote down

Wow, imagine the reaction if Microsoft told you "You must use VisualStudio to develop for the Windows platform and it must, by LAW, be developed on a Windows OS." You would all be screamming "Kill Bill!", you would be demanding that the government press criminal charges against Microsoft.

Yet, here for Apple, not just silence but full support for their EULA.

My what interesting times.

link|flag
2  
I have always (as a Linux person) that Bill was less evil than he could have been, relative to other "richest men in the world" and Steve Jobs. There's plenty of room for improvement of course, you have to be pretty evil to be convicted and fined by the EU! – Chris Huang-Leaver May 15 at 8:36
1  
Well, I actually thought that you need to run Windows to develop Windows apps, right? – Martin Cote May 29 at 1:00
4  
Can you develop Windows Mobile applications on OS X..? – dbr May 29 at 1:23
4  
as far as I am aware it is legal to write Windows apps on any platform... I believe you can write windows apps on OS X and Linux mono-project.com/Mono:OSX To me, the issue is not what's technically possible, but the fact that Apple make it illegal... – ptutt Jun 2 at 13:44
4  
This isn't an answer. Agree all you want, but vote up? as an answer? I would vote this down 100 times over for the integrity of stack overflow. Put this stuff in a comment next time. – rpflo Jul 13 at 23:14
vote up 3 vote down

Regarding the alternative toolchain, Saurik's site is useful but for latest firmware development he indicates building on the iPhone itself and stays clear of indicating that you may need to copy necessary iPhone firmware files to your Linux environment. It's not impossible, but just requires additional work, especially for signing the code (there are open alternative solutions out there as well).

Also, take a look at other guides (for the same toolchain) that approach it more methodically.

I'd suggest to still do the final build and code signing and packaging in XCode (which may mean borrowing someone's Mac) in case you run into problems when submitting the application to Apple. Using the alternative toolchain opens up (at least on the Mac) the possibility of using other IDEs other than XCode for developing the application and again resorting to XCode for the deploayment and testing with the simulator.

Of course ff you do get the code signing / certificate generation working from the command line outside of XCode then you can install a certificate on your actual iPhone and test there (installing the app via iTunes w/your certificate).

link|flag
vote up 3 vote down

I went down exactly the same path...thought it looked like it would be errr.. fun to develop an iphone app. Xcode runs on OS X only, that's fair enough Apple aren't not obligated to invest effort into porting to linux/Windows, so I look at getting OS X but the EULA states that it is only allowed to be installed on an Apple-Labelled PC.

That's what get's up my nose...could you imagine MS building MS pc components then stipulating to run Windows they must run on their pc components??? It's kinda like Sony Pictures making it illegal to play their dvd's on anything other than a Sony DVD player....this is outrageous!!!

link|flag
Bad analogy. You can run the iPhone on either Windows or OS X, so your argument doesn't hold. You just need OS X to develop for the iPhone. It is very common for a component to be able to develop for it on a single platform. – Martin Cote May 29 at 1:03
1  
it is not a bad analogy but it is limited (like any analogy) to my context. it holds one way... binding OS X to Mac but not Mac to OS X or IPhone for that matter. Think about it from a business perspective...if Apple force a consumer to buy a mac computer to run OS X...they already sold OS X and their hardware...they don't really care if you buy Windows as well, that's no dent in their market share of software or hardware. If you buy an IPhone you have already paid for the OS...it's just using the law to make Apple more profitable. I really wonder if it could be up held by law... – ptutt Jun 2 at 13:36
2  
"... It is very common for a component to be able to develop for it on a single platform."...agreed it is common, but it is not common to make it illegal to develop solutions on alternative software/hardware when that option is available...what other examples can you think of? The difference is between "able" and "legal". – ptutt Jun 2 at 14:29
The fact that so many "outraged" developers want to develop for the iPhone shows the success of the iPhone development approach. To come in late and oust every other platform in 2 years is staggering ( arstechnica.com/apple/news/… ). The SDK is directly responsible for that. Of course they would protect it with the EULA. – rpflo Jul 13 at 23:22
1  
@Bruce: Apple should not be obligated to invest effort into porting their OS (it's already ported) and test every piece of x86 hardware that exists (no OS manufacturer does this.) What they SHOULD do is to have a EULA that does not forbid the user to run their software on the hardware of their choice. What it would be NICE for them to do is not try and make it hard for people to use any old PC hardware. – coxymla Jul 15 at 2:09
show 1 more comment
vote up 1 vote down

It seems to be true so far. The only SDK available from Apple only targets the MacOS environment. I've been upset about that, but I'm looking into buying a mac now, just to do iPhone development. I really dislike what they are doing, and I hope a good SDK come out for other environments, such as Linux and Windows.

Here's an article about their general ungoodness regarding the SDK

I think it's rather elitist for them to think only macos users are good enough to write programs for their phone, and the fact you need to buy a $100 license if you want to publish your stuff, really makes it more difficult for the hobbyist programmer. Though, if that's what you need to do, I'm planning on jumping through their hoops; I'd really like to get some stuff developed on my iPhone.

link|flag
1  
As has been said before, I don't think it's elitism at fault here. XCode and all the rest of the development tools (with the exception of low-level items such as GCC) are written in Cocoa, as are all the iPhone frameworks. They'd need to port all this to other OSs first. That's no small task. – Brad Larson Nov 10 '08 at 15:45
And even if it is elitism, so what? Need I list other proprietary systems? It's common practice when a product line is first released. – Stephen Cox Nov 27 '08 at 8:28
5  
Let me know when Microsoft release Visual Studio for Linux and Mac... – Stephen Darlington Nov 27 '08 at 9:03
2  
Let me know when Microsoft release Visual Studio, Access, Frontpage, XNA, DirectX, Office (with all the features), Movie Maker, Visio, IIS or Exchange for Mac / Linux. – Brock Woolf Dec 10 '08 at 15:08
2  
Let me know when Microsoft makes it against the EULA to run Visual Studio, Access, Frontpage, XNA, DirectX, Office, Movie Maker, Visio, IIS or Exchange in (Dar)Wine. – lfaraone Jul 27 at 2:37
vote up 1 vote down

The only way I know of doing development in Linux for the iPhone would be to install Vmware and work on getting OSX running in a virtual machine. With that said there are some "legal" concerns in doing that. It is reported that OSx Server can be virtualized but as far as the development story on that I don't know.

If you are truly serious, that's the what I'd investigate.

Good luck.

link|flag
I've tried the VMWare option and at least on my hardware (T5200 Core2, 2M ram), it's unusably slow. My friend had a similar experience. – Parand Nov 10 '08 at 4:25
Me too. Slow, slow, slow. You don't even want to try. – Nosredna May 29 at 0:29
vote up 1 vote down

You will never get your app approved by Apple if it is not developed using Xcode. Never. And if you do hack the SDK to develop on Linux and Apple finds out, don't be surprised when you are served. I am a member of the ADC and the iPhone developer program. Trust, Apple is VERY serious about this.

Don't take the risk, Buy a Macbook or Mac mini (yes a mini can run Xcode - though slowly - boost the RAM if you go with the mini). Also, while I've seen OSX hacked to run on VMware I've never seen anyone running Xcode on VM. So good luck. And I'd check the EULA before you go through the trouble.

PS: After reading the above, yes I agree If you do hack the SDK and develop on Linux at least do the final packaging on a Mac. And submit it via a Mac. Apple doesn't run through the code line by line so i doubt they'd catch that. But man, that's a lot of if's and work. Be fun to do though. :)

link|flag
1  
It's Xcode, not xCode. – Hunter Apr 5 at 18:54
New minis are fine for the task. I think they are about $600 and you can use just about any mouse, keyboard, and monitor. Be sure to calibrate the monitor! XCode seems to run pretty well on my unexpanded mini. – Nosredna May 29 at 0:27
vote up 1 vote down

If you value your time, buy a Mac! I don't know enough about Linux development options to offer a viable solution, but it seems the proposed methods involve some pretty roundabout work. If you plan on seriously writing and selling iPhone apps, I think you could easily recoup the cost of a Mac Mini or Macbook. :-)

link|flag
Now that there are something like 50,000 apps, it's not necessarily easy to make much. Salad days are perhaps gone. – Nosredna Jul 13 at 23:11
vote up -1 vote down

Mac4Lin is a Mac Theme. But would Mac-on-Linux help? http://mac-on-linux.sourceforge.net/wiki/index.php/Installation%5FInstructions

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.