Build and Run problem in xcode...
Graham J Lee
leeg at thaesofereode.info
Thu Feb 8 11:11:38 PST 2007
On 8 Feb 2007, at 19:00, Charles Heizer wrote:
> Huh,
> I did the import of ldap header "#import <ldap.h>" in my code and
> xcode does the autofill ( code by multiple choice :-) ). Is there a
> good/easy way to find out what I'm missing?
It's not the inclusion, it's the linking that's causing issue.
Navigate to the "external frameworks and libraries" area of the Xcode
project, choose the Project->Add to Project... menu item, find the
library (perhaps called something like libldap.dylib or libldap.a)
and add it. That should solve the problem.
Cheers,
Graham.
More information about the MacOSX-dev
mailing list