Re: First command-line tool attempt
Re: First command-line tool attempt
- Subject: Re: First command-line tool attempt
- From: Rob Keniger <email@hidden>
- Date: Sat, 19 Aug 2006 15:40:03 +1000
On 19/08/2006, at 15:07, Dean Shavit wrote:
I've been told I have to link my target executable against a
dynamic library libcurl.dylib to progress past this error. I'm
running Xcode 2.2 and can't figure out the syntax nor where to
place the path to the link.
Right-click your target in Xcode and choose Add > Existing
Frameworks. Then navigate to /usr/lib and double-click libcurl.dylib.
Allow Xcode to add it to the target. Re-build and everything should
work fine.
- rob.keniger
_______________________________________________
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