Re: Xcode 8 : linker command failed with exit code 1
Re: Xcode 8 : linker command failed with exit code 1
- Subject: Re: Xcode 8 : linker command failed with exit code 1
- From: Jens Alfke <email@hidden>
- Date: Wed, 12 Oct 2016 13:13:47 -0700
On Oct 12, 2016, at 10:50 AM, Doug Hill < email@hidden> wrote:
Using libraries from your local drive /usr/lib will give you the Macintosh libraries only, not necessarily what will be linked at runtime on the iOS device. e.g. ARM versions of these libraries.
Um, Bernard said he’s building for Mac, not iOS.
I don’t know why there’s a link error, but Apple has been telling us for at least ten years to avoid the system libCrypto library. IIRC the reason is that OpenSSL’s API can change incompatibly between releases. Maybe Xcode has started to enforce this by refusing to link against it?
Pretty much anything you can do with libCrypto can be done with CommonCrypto or the Security framework, so if you own the code that’s calling it, it’d be a good idea to switch over.
—Jens |
_______________________________________________
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