Multiple projects with the same code base.
Multiple projects with the same code base.
- Subject: Multiple projects with the same code base.
- From: Sandro Noël <email@hidden>
- Date: Fri, 6 Nov 2009 12:38:14 -0500
Greetings.
I was wondering on how it would be possible to have two projects used
the same code base but be compiled on different OS version.
for example.
I have my application and i compile it under snow leopard taking
advantage of the new libraries,
but when the software runs on leopard some weird behaviour happen, and
the program crashes randomly
so i created a project that has all the right configurations for
leopard and bring the source code to
the leopard machine and compile it there. and then the leopard version
work's nicely.
nothing in the code has changed...
so the projects are named "application snow Leopard" and "application
Leopard"
I've renamed the info.plist for each project along with the pch file.
The leopard project is compiled with XCode 3.1.4, and the snow Leopard
one with XCode 3.2.1
the problem i'm encountering is that whenever i'm on the Snow leopard
machine and load the snow leopard project,
it get's all mixed up and loads the targets and products for the
leopard project instead of loading those of the snow leopard project.
When I remove the "leopard project files" from the directory,
everything works just fine.
what i am asking here is what is the right way to do this.
in the windows world i used to have project groups, witch would
include multiple projects and compile each one independently of each
other
something i find lacking in Xcode. or maybe i just did not get it yet.
thank!
Sandro Noel.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden