vote up 0 vote down star

Hi,

How to create a new XCode project from an existing c/c++ code space? What type of project I should pick from XCode project template? Thank you.

flag

0% accept rate

1 Answer

vote up 1 vote down

Assuming the existing code has a build system like Make or CMake etc., you probably want to use the "External Build System" template under "Other" in the projects pane. If you want to incorporate the existing code into a new application/framework/etc., create a template for the type of product you want to eventually build, then add a "Run Script" build phase to call your external build system.

MacResearch.org has a tutorial on using the Xcode Organizer to build external targets that you may also find useful.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.