From: kimura wataru<ki...@us...> - 2005-12-09 15:42:51
|
Hi, When environment DYLD_PRINT_LIBRARIES is set, the dynamic linker writes paths of loaded libraries to standard output. ex) zsh% DYLD_PRINT_LIBRARIES=1 ./MyApp.app/Contents/MacOS/MyApp 2>&1 | grep RubyCocoa dyld: loaded: /Library/Frameworks/RubyCocoa.framework/Versions/A/RubyCocoa Fri, Dec 9, 2005 12:29:02 AM, Dave Howell wrote: > >On Dec 8, 2005, at 23:52, Dave Howell wrote: > >sudo rm -R ~/Library/Frameworks/RubyCocoa.framework > > >Which just leaves the question of which program, when, installed the >wrong version of the framework in my *user* /Library/Frameworks folder >. . . . . > |