ZeroMQ-Framework
ZeroMQ-Framework copied to clipboard
Don't try to compile the library and a project with different compilers
http://zeromq.org/build:iphone Warns of this, ...
Don't try to compile the library and a project with different compilers.
ZMQ library and a project must be built by the same compiler (Apple LLVM or LLVM GCC). If the library and a project are built by different compilers then many linker's errors will be.
... , but I haven't confirmed if this is a problem with the universal framework.