You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ios): localize Nim runtime symbols in libsds static library (#84)
* fix(ios): localize Nim runtime symbols in libsds static library
Replace libtool -exported_symbols_list (ignored for static archives on
current Xcode, with a silent fallback to unlocalized objects) with
ld -r -exported_symbol '_Sds*', so libsds.a no longer exports global
Nim runtime symbols that collide with libnim_status_client.
0 commit comments