On May 5, 2013, at 6:06 PM, Rick Mann <rm...@latencyzero.com> 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com