Re: Adding dynamic library soft links
Re: Adding dynamic library soft links
- Subject: Re: Adding dynamic library soft links
- From: Scott Ribe <email@hidden>
- Date: Sat, 16 Jan 2016 12:21:25 -0700
On Jan 15, 2016, at 11:44 AM, Carl Hoefs <email@hidden> wrote:
>
> Or is the only way to avoid this to use the static archive "*.a" form of the library
FYI, in your example, if you add the .a, it (the linker, not Xcode, IIRC) will use the .dylib instead. The only way to get it to use the .a is to put a copy of the .a into some other folder where there is no corresponding dylib and add that copy.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
https://www.linkedin.com/in/scottribe/
(303) 722-0567 voice
_______________________________________________
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