zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.62k stars 2.35k forks source link

Building For IOS Symbols are not exported #4518

Open wajahat414 opened 1 year ago

wajahat414 commented 1 year ago

Please use this template for reporting suspected bugs or requests for help.

Issue description

I compiled the library for ios, but its is not loading properly , when I run command nm libzmq.a to check its global symbol it is not showing any, where is the error ca

Environment

  1. libzmq.a

What's the actual result? (include assertion message & call stack if applicable)

What's the expected result?

it should name the symbols like zmqhas when I run command nm libzmq.a > log.txt