'Do Mach-O shared libraries (`.dylib`s) support symbol versioning?
I'm running into some segfaults that seem to be resolved on linux platforms by symbol versioning inside the ELF dynamic libraries. But I'm still getting segfaults on macOS. Is there a comparable feature in Mach-O shared libraries? And if so, how can I see the version information in the file?
For example, I know that on linux I can do readelf -s libsomething.so, and it will output the version info along with the symbols. But readelf chokes on .dylib files.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
