Build an Xcode project on a Linux machine
        Posted  
        
            by d11wtq
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by d11wtq
        
        
        
        Published on 2010-05-09T07:03:48Z
        Indexed on 
            2010/05/09
            7:08 UTC
        
        
        Read the original article
        Hit count: 476
        
Without writing a GNUmakefile by hand, do any tools exist that understand Xcode projects and can build then directly against GNUstep, thus simplifying (slightly) the work required to keep projects functional under Cocoa/Mac and GNUstep/Linux?
Basically, is there an xcodebuild style app for Linux?
I looked at pbtomake a few weeks ago but it seems to be a dead project.
© Stack Overflow or respective owner