Hi,
Is there a way to set the “Binary location” field with a project’s relative path (i.e. ${FOO}/…/…/myFolder) ? It works fine in “Header search paths” and for various others, but not that one.
Hi,
Is there a way to set the “Binary location” field with a project’s relative path (i.e. ${FOO}/…/…/myFolder) ? It works fine in “Header search paths” and for various others, but not that one.
In Xcode? Not sure… I think it’s Xcode that parses any symbols in that string, rather than being something that the introjucer does.
So all the parsing is done by Xcode… Thanks!
Solved: Fill"Xcode Custom Flags" instead of “Binary location” (as my first attempt but) with the DSTROOT string quoted.
DEPLOYMENT_LOCATION = YES, INSTALL_PATH = /, DSTROOT = “$(SRCROOT)/…/…/…/…/…/sdk-build”