I'm looking to reach this folder, with a relative path: /Applications/Xcode.app/Contents/Developer/Library/Frameworks
With something like this:
$(EXAMPLE)
or this:
$(EXAMPLE)/Frameworks
or this:
$(EXAMPLE)/Library/Frameworks
Is there such variable available? The Build Settings Reference doesn't seem to have one. But I find it odd that it doesn't.
Thank you!