Just wanted to clarify what I’m referring to with an image of an example xcode (not cmake) project. Here shows a static library that ‘links’ to another binary. Xcode uses LIBRARY_SEARCH_PATHS to find this binary.
I need this setup to allow cocoapods to work, and to do this I need to be able to set LIBRARY_SEARCH_PATHS for a static library.
