I'm running into this issue when trying to compile with an addition system lib file *.dylib (which is also available on iPhone SDK under /usr/lib). I used Add to Framework and successfully compile and run on emulator, but when trying to switch over to Device, it ran into linking issue with the lib.
What is the proper way to add an system *dylib?
What is the proper way to add an system *dylib?