• Convert a Xcode project to a Cocoa Framework

    From vishalzambare5@gmail.com@21:1/5 to Sherm Pendley on Fri Jun 1 00:58:38 2018
    On Wednesday, August 4, 2010 at 12:47:21 AM UTC+5:30, Sherm Pendley wrote:
    axelbrz <axelbrz@gmail.com> writes:

    Hi, I have a Xcode project (cocos2d application) and I want to convert
    it to a Cocoa Framework project exporting all .h files from the
    project, to be able to import it from another project and use it like
    a Framework with the respective headers.

    What do I have to do?

    I wouldn't create a new project at all. Instead, I'd add a new framework target to the existing project, then add the source files to the new
    target. That will allow you to use the same set of source files for both
    the framework and the standalone app, which makes it easier to keep
    them in synch when changes are made.

    sherm--

    --
    Sherm Pendley <www.shermpendley.com>
    <www.camelbones.org>
    Cocoa Developer

    Hi...
    actually I had a question.
    I have a C++ project, and I would like to save/export it as a framework and not just a standalone app...Any idea as to how can I do it. Your help will be really appreciated... :)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)