Re: Trouble linking libcommonCrypto in iOS 6.1
Re: Trouble linking libcommonCrypto in iOS 6.1
- Subject: Re: Trouble linking libcommonCrypto in iOS 6.1
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 06 May 2013 11:23:09 -0600
On May 5, 2013, at 6:06 PM, Rick Mann <email@hidden> wrote:
> I can add libcommonCrypto.dylib from the iOS Add Frameworks & Libraries UI, but it fails to link with:
>
> ld: library not found for -lcommonCrypto
>
>
> Any idea how I can link this? I need it for CCHmac().
What are you trying to accomplish? You normally do not need to link a target directly to libcommonCrypto; it is part of libSystem, the standard C library, and therefore gets automatically linked to the target unless you manually turned that off.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden