Question

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?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top