I'm trying to write several iOS stuff, but I gave myself a challenge that to combine XCode and C++, so I need some way to build an XCode project with C++, how can I do it?
            Asked
            
        
        
            Active
            
        
            Viewed 63 times
        
    0
            
            
         
    
    
        Cro
        
- 338
- 4
- 18
- 
                    You might to look on [this post](http://stackoverflow.com/questions/2725850/learning-to-compile-in-xcode) – Lysdexia Mar 22 '17 at 05:05
- 
                    @Cro: I'm confused. You are wanting to build an `Xcode` project in `C++`, create a `C++` Xcode project, or use `C++` in Xcode — can you clarify which? – l'L'l Mar 22 '17 at 05:09
- 
                    Use C++ to build project into an app. – Cro Mar 22 '17 at 05:10