Re: Debug target links, Release doesn't
Re: Debug target links, Release doesn't
- Subject: Re: Debug target links, Release doesn't
- From: "sharad saxena" <email@hidden>
- Date: Thu, 18 May 2006 16:19:18 +0530
Probably your Framework Search Path (Build Settings) for Release target is not defined or incorrectly defined.
Try setting it to point to framework F...
Sharad!
On 5/18/06, Harshdeep <email@hidden> wrote:
I'm trying to build a dylib (say D) that depends on a framework (say F). There are separate debug and release builds of F. D also has two targets – Debug and Release, that link with the corresponding builds of F.
Debug target of D builds without any errors but the Release target gives "Undefined Symbols" link errors for symbols in F.
Doing an 'nm' on F showed that these symbols are exported in both Debug and Release builds. I tried linking the Release target of D with the Debug build of F, but I kept getting the same link errors.
Any ideas?
--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden
This email sent to email@hidden
_______________________________________________
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