Import existing c++ project into Xcode IDE -


i trying open existing c++ open-source library in xcode publish own modification/additions. library tesseract-ocr, not include .xcodeprojet file.

since xcode can function ide, possible open bunch of files single project in xcode? there easy way produce xcode project?

there several ways it, depending on level of ide integration want. there's no direct way of importing makefile-based project xcode. can create project builds via makefile, wouldn't many of benefits of using ide, since editor features such word completion rely on xcode being able parse files in project. able use debugger though. this, create new project , add custom target script build phase calls down makefile.

if project you're building compiles easily, ie without requiring lot of macros set up, include paths, etc, may simple create empty project , merely add source files it. i've used method extensively building boost libraries. if configure && make type project have run configure step first, , ensure top level config.h files included in project.

if project has complex makefile involved task create useful xcode project


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -