How can we add used-defined settings ?
已回答
I opened a project from the xcode project files and I see that the original project has relative references to include and lib path by adding used-defined setting XXXX_PATH with the base path and then using variable substitution (i.e. ${XXXX_PATH}) on other settings.
Trying to recreate the project from scratch but can't see a way to also define XXXX_PATH from the UI. Can someone tell me what I'm missing ?
Thanks
请先登录再写评论。
Hi Ricardo,
Please use Xcode build settings editor for this purpose - unfortunately, AppCode doesn't have such functionality implemented. Here's a general issue for build settings support - feel free to vote for specific sub-tasks as you see fit.