Question about Project.xcodeproj build

From: Brendan Duddridge (brenda..lickspace.com)
Date: Sat Sep 24 2005 - 19:42:45 EDT

  • Next message: Greg: "Re: cvs folder in eomodeld~"

    Hi,

    I was wondering where WOLips gets its information from to generate
    the Xcode .xcodeproj wrappers? Specifically the project.pbxproj file
    inside the wrapper.

    I opened my project using Xcode 2.2 DP2 today so that I could get my
    bindings in WO Builder to show up. Not all of them showed up. In
    fact, only the ones for the component I opened showed up. I knew that
    this meant that the Xcode project wasn't finding my frameworks
    projects correctly so I looked into the path settings for my WOA's
    framework references. They were all set in a similar format as below
    in the project.pbxproj file:

             00000000000000000000009d =
             {
                 isa = PBXFileReference;
                 lastKnownFileType = wrapper.framework;
                 name = SSModel;
                 path = /Users/brendan/Projects/ShopShop/SSModel;
                 sourceTree = "\"<absolute>\"";
             };

    Changing them to the following made them work properly:

    00000000000000000000009D /* SSModel.framework */ =
              {
                 isa = PBXFileReference;
                 lastKnownFileType = wrapper.framework;
                 name = SSModel.framework;
                 path = ../SSModel/build/SSModel.framework;
                 sourceTree = SOURCE_ROOT;
             };

    Well, I actually changed the above by just using Xcode's Info panel
    to browse for the path to my build directory's SSModel.framework.

    So is there a way to tell WOLips to generate the xcodeproj/
    project.pbxproj file so it references my built framework projects
    correctly?

    Thanks,

    ____________________________________________________________________
    Brendan Duddridge | CTO | 403-277-5591 x24 | brenda..lickspace.com

    ClickSpace Interactive Inc.
    Suite L100, 239 - 10th Ave. SE
    Calgary, AB T2G 0V9

    http://www.clickspace.com





    This archive was generated by hypermail 2.0.0 : Sat Sep 24 2005 - 19:42:47 EDT