Re: @loader_path and @executable_path
Re: @loader_path and @executable_path
- Subject: Re: @loader_path and @executable_path
- From: Joseph Crawford <email@hidden>
- Date: Mon, 12 Jan 2009 19:02:40 -0500
these are not contradictory.
I have the frameworks in my project folder
PROJECT_NAME/Frameworks/
However in my Project.app/ they are in /Contents/Frameworks/
Joseph Crawford
On Jan 12, 2009, at 6:49 PM, Chris Hanson wrote:
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