在Mac OS X中,Mono Profiler错误

问题描述

| 我试图按照此处的说明运行mono profiler,但收到了此错误消息。
ver6> mono --profile=log program.exe 
Error loading profiler module \'mono-profiler-log\': dlopen(libmono-profiler-log.bundle,9): image not found
这是单声道错误吗? 我的OS X版本是10.6.7,我使用单声道2.10.2。 解决了 将ѭ1路径添加到.bashrc
export DYLD_LIBRARY_PATH=\"/Library/Frameworks/Mono.framework/Versions/2.10.2/lib\"
之后,问题消失了。     

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)