Re: Not finding libraries
Re: Not finding libraries
- Subject: Re: Not finding libraries
- From: Jens Alfke <email@hidden>
- Date: Thu, 29 Dec 2016 12:18:38 -0800
On Dec 29, 2016, at 11:09 AM, Howard Moon < email@hidden> wrote:
Then why have Debug and Release configurations at all? Isn’t it EXPECTED that a Debug build might use a Debug library?
It works, _if_ the library is also being built as part of the same build process.
For example, if your project has a target Lib whose product is a static library, and a target App that links with that library … then when you build App it will link with the same configuration of Lib. And if you mark App as dependent on Lib, it will even rebuild the correct configuration of Lib if necessary.
The problem is that you’ve apparently got two copies of an externally built static library, one debug and one release, and want to do the same thing. I’m not sure how to do that.
—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