Re: @loader_path and @executable_path
Re: @loader_path and @executable_path
- Subject: Re: @loader_path and @executable_path
- From: Chris Hanson <email@hidden>
- Date: Mon, 12 Jan 2009 15:49:15 -0800
On Jan 12, 2009, at 3:36 PM, Joseph Crawford wrote:
yes they are there in /Contents/Frameworks/
I did not need to copy them in nor would xcode allow me to because
they are stored in PROJECT_DIR/Frameworks/
These statements are contradictory.
Are the frameworks in Contents/Frameworks within the built application
bundle you're trying to debug? Or are they only in a Frameworks
directory within your source code directory hierarchy?
Xcode won't go looking through your source code directory hierarchy
for frameworks to debug/run against, it will only look in your build
results directory and in the places specified in the application
iteslf (such as its Contents/Frameworks directory).
-- Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden