문제

I need to configure conditional linking in XCode for iPad application. (I have separate libs for debug/release, armv7/i386). Conditioning on architecture/configuration works fine, however Linker requires full pathes to the libraries even if I add pathes required to "Library search pathes".

So I must add "/full/path/my.lib" to "Other linking flags" instead of just "my.lib"

It's a little annoying when there are a lot of libs. Any thoughts what I'm missing here?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top