Re: Not finding libraries
Re: Not finding libraries
- Subject: Re: Not finding libraries
- From: Quincey Morris <email@hidden>
- Date: Thu, 29 Dec 2016 11:54:02 -0800
- Feedback-id: 167118m:167118agrif8a:167118s4d_ecrUqt:SMTPCORP
On Dec 29, 2016, at 11:24 , Howard Moon <email@hidden> wrote:
The method of EDITING the values changes the behavior when Xcode saves the values. When entered inline, they are not mangled upon saving. But when double-clicking and editing in their separate lines, there ARE mangled.
Yup. If you use the popup you should *not* escape anything — Xcode handles it for you.
Then why have Debug and Release configurations at all? Isn’t it EXPECTED that a Debug build might use a Debug library?
I think configurations are for sets of build settings, not for all possible variations on the makeup of a target (such as different filenames).
It make also be that you can define your own settings, under the “User Defined” section of the build settings, then use the ${…} syntax to expand the settings symbol in your path. That way you can have per-configuration values for the setting. However, I don’t know whether Xcode actually does string expansion for those particular symbols.
|
_______________________________________________
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