Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

KnightWRX

macrumors Pentium
Original poster
Jan 28, 2009
15,046
4
Quebec, Canada
I'm now up to a point in my project (that will never see the light of day!) where I need to write some code for the model part. As such, I don't need UIKit to write this code, since it's simply going to be in-memory data structures and methods to manipulate it depending on the view controller's interpretation of the input.

Since I don't need UIKit, I thought I'd install GNUStep on my Linux server, which I can access from any computer and write the model code using their implementation of Foundation.

First Class I try to write, I end up finding that NSXMLParser is declared as an informal protocol on GNUStep vs as a formal protocol on iOS. Now I'm left wondering, are the Foundation frameworks that different on these platforms that I'm basically wasting my time trying to set up GNUStep to write Foundation code for iOS ?

Any of you have experience doing this ?
 
I really don't know but the split between GnuStep and MacOS X is more than ten years ago. It's my understanding that GnuStep attempts or did attempt to keep up with Apple's changes but I have no idea how current things are. I would guess not very.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.