Debug target links, Release doesn't
Debug target links, Release doesn't
- Subject: Debug target links, Release doesn't
- From: Harshdeep <email@hidden>
- Date: Thu, 18 May 2006 15:59:14 +0530
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?
--
Harshdeep Singh
http://harshdeep.wordpress.com
_______________________________________________
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