Re: Linking debug/release app with debug/release framework?
Re: Linking debug/release app with debug/release framework?
- Subject: Re: Linking debug/release app with debug/release framework?
- From: Dirk Stegemann <email@hidden>
- Date: Thu, 26 Jan 2006 09:45:40 +0200
Hi,
Am 26.01.2006 um 06:38 schrieb Guy Umbright:
By "same shared build folder" you mean that the product of the
framework project and app project are built into the same directory?
Yes, that's what I do.
The project has a Debug and Release group in "Frameworks"
containing the appropriate versions of my frameworks.
Same with my project.
This also brings up an additional problem. As the frameworks are
embedded, they need to be copied, how can the copy phase select the
correct debug or release versions of the frameworks to actually copy?
You can add a Copy Files build phase.
Within the shell script, there are a lot of environment variables
available, one of them should contain the correct path.
Don't know of if "$(FRAMEWORK_SEARCH_PATHS)" would be the correct one
to choose, otherwise you can build up your own path like "/path/to/
specific/framework/$(CONFIGUARTION_NAME)"
Most probably, Chris an suggest a better solution :o)
Regards,
Dirk Stegemann
_______________________________________________
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