Re: Improved cross-project references (was Re: Release Notes for Xcode 3.1.1)
Re: Improved cross-project references (was Re: Release Notes for Xcode 3.1.1)
- Subject: Re: Improved cross-project references (was Re: Release Notes for Xcode 3.1.1)
- From: "Chris Suter" <email@hidden>
- Date: Mon, 15 Sep 2008 10:43:50 +1000
On Sun, Sep 14, 2008 at 2:19 AM, Chris Hanson
<email@hidden> wrote:
You can do this easily by ensuring the Copy Files build phase that embeds your framework comes before the Compile Sources build phase under your application target, and adding
FRAMEWORK_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)
Thanks for sorting this.
Just a minor point: some people (like us) will want quotes around that:
FRAMEWORK_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)"
-- Chris
_______________________________________________
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