Re: Question about Project.xcodeproj build

From: Brendan Duddridge (brenda..lickspace.com)
Date: Sat Sep 24 2005 - 21:50:02 EDT

  • Next message: Mike Schrag: "tutorials"

    Thanks Mike!

    ____________________________________________________________________
    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

    On Sep 24, 2005, at 6:38 PM, Mike Schrag wrote:

    > OK .. I checked in an addition to the xcode builder where if the
    > framework path points to an eclipse project, it grabs the default
    > output location and appends the project name + ".framework to that,
    > so if you had SSModel project folder and your default output
    > location was "build" then it would turn into SSModel/build/
    > SSModel.framework. It's a little bit hacky, but I think it will do
    > for most cases.
    >
    > On Sep 24, 2005, at 7:42 PM, Brendan Duddridge wrote:
    >
    >> 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 - 21:50:05 EDT