I'm trying to compile the Objective-C bindings (https://github.com/jeremy-w/objc-zmq) for zeroMQ for use on the iPhone.
I've added the "objc-zmq" project as a dependency to the project I want to include it in. Everything compiles, however, none of the symbols can be found as it's not linked to the libzmq.a binary.
How do I compile libzmq.a for use with the iPhone. Also, once I have that, how do I have my project link to it?
I tried some of the suggestions from this post: Compile C lib for iPhone
However, these were rather fruitless for me. Any help would be greatly appreciated.