Xcode, multiple project dependencies, frameworks, dynamic libraries linking probs
Xcode, multiple project dependencies, frameworks, dynamic libraries linking probs
- Subject: Xcode, multiple project dependencies, frameworks, dynamic libraries linking probs
- From: Kevin Meaney <email@hidden>
- Date: Mon, 6 Oct 2008 18:01:40 +0100
We have an Xcode project that builds our application and is dependent
on other Xcode projects to build dynamic libraries and frameworks. The
dependencies between the Xcode projects are setup in the Xcode project
that builds the application.
We have problems with the linking and the copy files build phases
working correctly for both the release and the debug builds. The
appropriate dynamic libraries and frameworks get built (release or
debug) but we are finding it difficult to get Xcode to locate the
appropriate frameworks and dynamic libraries to link against and for
the copy files build phase. We can specify it to be the release
version of the frameworks or dynamic libraries or the debug version,
but this is applied to both the debug and release configurations.
Specifying different linker search paths for the the debug and release
configurations doesn't seam to be enough.
Because of the time it takes to build the complete application we use
the debug builds for testing (internal), rather than having to build a
release version for testing.
Is there a simple way to get around this without having to write
various run script build phases that copies libraries and frameworks
around so that the correct frameworks and dynamic libraries are linked
and copied.
What we would like to be able to do:
To be able to debug in our debug build including within our frameworks
and dynamic libraries
To be able to give to somebody else our debug build, and for it to run
To be able to build and run a release build without having to modify
the project to point to where the release version of the dynamic
libraries and frameworks are.
Thanks
Kevin
_______________________________________________
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