Hi,
In the project I'm working on, I need to link to a 32-bit library in a custom location. I'm using Xcode. To link to the library, I dragged the header and library into Xcode. A 64-bit version of the library also exists in /usr/local/lib.
The problem is, that when I build the app, it searches for the library in /usr/local/lib and finds the 64-bit library and won't link to it.
How do I get Xcode to ignore the version of the library in /usr/local/lib?
Cheers,
Chris
In the project I'm working on, I need to link to a 32-bit library in a custom location. I'm using Xcode. To link to the library, I dragged the header and library into Xcode. A 64-bit version of the library also exists in /usr/local/lib.
The problem is, that when I build the app, it searches for the library in /usr/local/lib and finds the 64-bit library and won't link to it.
How do I get Xcode to ignore the version of the library in /usr/local/lib?
Cheers,
Chris