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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to