iPhone development?

Discussion about CodeLite development process and patches
Equis
CodeLite Curious
Posts: 2
Joined: Tue Mar 30, 2010 8:02 am
Genuine User: Yes
IDE Question: C++
Contact:

iPhone development?

Post by Equis »

Greetings,

I am new to CodeLite but after using xCode for the last few months, I'm willing to try anything. Has anyone successfully been able to compile an iPhone application using CodeLite?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: iPhone development?

Post by eranif »

Equis wrote:after using xCode for the last few months, I'm willing to try anything
This is a good one :)

And no, I havn't tried to compile any iPhone application
Eran
Make sure you have read the HOW TO POST thread
Equis
CodeLite Curious
Posts: 2
Joined: Tue Mar 30, 2010 8:02 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: iPhone development?

Post by Equis »

Heh, ya. I'm not a fan of xCode.

From the little I've used CodeLite so far, I like it. If I have any success getting my iPhone application compiling using it, I will let you know!
User avatar
kspes
CodeLite Enthusiast
Posts: 41
Joined: Sat Jan 30, 2010 2:18 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: iPhone development?

Post by kspes »

My company developes games for the iPhone platform, among others, and believe me, it's no cakewalk to set it all up. My suggestion is, stick with xCode for iPhoneOS apps.

How we do it: we develop games in C++ so most of the work is done on Linux and Windows machines (ofcourse using Codelite ;) and prior to beta testing, the game is compiled on xCode with a few obj-c additions needed.
Post Reply