[Haskell-iPhone] Who's got a toolchain actually building executables that they can deploy to iOS devices?

mikel evins mevins at me.com
Fri Nov 5 13:07:45 EDT 2010


On Nov 5, 2010, at 10:59 AM, Elliott Hird wrote:

> arm-apple-darwin-gcc sounds like a manually-installed cross-compiler
> from the official gcc sources, perhaps?

Perhaps. Apple's toolchain includes compilers with similar names in the version of XCode I have installed (I have the 4.x beta toolchain). If there were just a little more information about how (and whether) the example setup at the jhc wiki page was originally made to work, I could probably adjust things appropriately for my environment.

> Could you inject the built executable into an .app?

Good question. Clearly, the cross-compiler setup is not sufficient by itself, since any actually working iOS app has to be codesigned (unless we assume jailborken devices, which, of course, I don't).

--me



More information about the iPhone mailing list