How can we add used-defined settings ?

Answered

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

0
1 comment
Avatar
Permanently deleted user
Official comment

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.

Please sign in to leave a comment.