spaces in paths, again
spaces in paths, again
- Subject: spaces in paths, again
- From: "James W. Walker" <email@hidden>
- Date: Thu, 6 Apr 2006 15:58:31 -0700
I recently had this quoted to me:
From the Xcode 2.2 release notes, "Known Issues and Workarounds:"
Spaces in project path items
Any build setting that contains a path (or includes another build
setting that resolves to a path) must be enclosed in double quotes
if the path is likely to contain a space character. Xcode will
handle the quoted value correctly, but will fail if an unquoted
value resolves to a path that includes a space.
but I can't seem to get double-quoted paths to work right. For
instance, I set the "Place Build Products In" setting to Custom
Location, with the path
"../../common_mac/MoreAppleEvents public"
The result was that Xcode created a common_mac folder in my project
folder, and inside that is a folder named MoreAppleEvents public"
(yes, with one quote mark at the end.)
I also tried setting the Prefix Header setting to "MoreIsBetter
parts/MIB_Carbon_Debug.h". I got a "no such file" error.
So, can I really believe the part of the release notes that says
"Xcode will handle the quoted value correctly"?
--
James W. Walker, Innoventive Software LLC
<http://www.frameforge3d.com/>
_______________________________________________
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