macdependency icon indicating copy to clipboard operation
macdependency copied to clipboard

MacDependency shows all dependent libraries and frameworks of a given executable, dynamic library or framework on Mac OS X

Results 9 macdependency issues
Sort by recently updated
recently updated
newest added

I downloaded and installed MacDependency [v1.1.0 from the Releases](https://github.com/kwin/macdependency/releases/tag/1.1.0), but it didn't open. I'm guessing cause I'm on an M2 Mac, and this release was from 2016, it only works...

Ref: https://github.com/kwin/macdependency/issues/15#issuecomment-1272392605

As of change 62986286 in https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-release-notes. Links and Copies of dynamic libraries aren't located in the file system anymore, the lookup, if a dependency is available will fail, even if...

I started using macdependency to find issues with my broken development environment. When I find a missing/misplaced library, and move it to the proper location, the macdependency window does not...

If I use `otool` on my app, the *LC_RPATH* shows `@executable_path/../Frameworks`. But the new release (thanks BTW!) shows the RPATH in the interface something like this: `/Users/me/dev/MyApp.app/Contents/MacOS/../Frameworks` This is not...

DependencyWalker shows if some function is missing, not just whole library. Also would be nice to show from which dependent library function is linked.

@kwin Looks like this assumes some archaic version of Boost? Could we fix it to build with 1.76? ``` In file included from /opt/local/include/boost/process/detail/basic_cmd.hpp:10, from /opt/local/include/boost/process/args.hpp:33, from /opt/local/include/boost/process.hpp:22, from /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_sysutils_macdependency/macdependency/work/macdependency-1.0.0/MachO/demangler.h:5,...

Thanks for this tool! Great for double checking dylibs when preparing releases. Would it be possible to get a 1.2 release with the handful of fixes in since 1.1? And...