Re: Not finding libraries
Re: Not finding libraries
- Subject: Re: Not finding libraries
- From: Howard Moon <email@hidden>
- Date: Thu, 29 Dec 2016 11:24:04 -0800
> On Dec 29, 2016, at 11:09 AM, Howard Moon <email@hidden> wrote:
>
>> Note that there are *two* UIs for entering path names: click twice on the setting value to get an inline text field, and double-click on the setting value to get a popover with a list of values. If you use the inline text field, using double-quotes around the path string should work fine. If you use the popover, double-quotes that you type will themselves be quoted (by Xcode) when you dismiss the popover.
>
> What “should” work and what DOES work are two different things. When I use double-quotes, when it writes the project to disk, it escapes the double-quotes and the spaces within, and those then appear in the popover list and in the inline text field. And the next time I close and re-open, there is another \ character for each of those. And the next time, a third. Etc. And I have to delete those in order to be able to build again.
Oh, I see what you’re saying now. 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. VERY strange.
Most strange!
Thanks,
-Howard
_______________________________________________
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