Embedded framework prevents app from debugging
Embedded framework prevents app from debugging
- Subject: Embedded framework prevents app from debugging
- From: Brad Werth <email@hidden>
- Date: Fri, 25 Apr 2003 08:27:39 -0700
My application needs to link to an embedded framework (which I am
building), and I'm having difficulty getting the settings correct.
Currently, my app is compiling, but any attempts to debug it
immediately cause Project Builder to report: "Debugging of <my app>
ended normally". When I unlink the framework, things compile and debug
just fine (I'm not making any calls yet).
Through experimentation, I have found that the cause is the
INSTALL_PATH of the framework, which I have set to
"@executable_path/../Frameworks". My understanding is that this
install path is necessary for embedding frameworks in my app. If I
change it back to "$(HOME)/Library/Frameworks", things work fine, but
I'm worried that the framework won't be part of the app distribution.
What is the correct way for me to embed the framework and still be able
to debug my application?
Brad Werth
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.