这些是我的脚步
我下载了最新的downloaded,并将rowl-WithInstaller.framework放在/Frameworks文件夹中。
时设置副本。
然后我不断地得到这个错误:
dyld: Library not loaded: @executable_path/../Frameworks/Growl-WithInstaller.framework/Versions/A/Growl-WithInstaller
Referenced from:... Reason: image not found我错过了什么步骤吗?当然,如果我将咆哮-WithInstaller.framework复制到/Libararies/ framework,那么一切都能正常工作,但是如果我试图在带有/Lib框架的Mac中运行该应用程序,那么它就会崩溃。
帮助。
发布于 2011-05-30 15:44:03
取消选中“只在安装时复制”,这样它就不会只在安装时复制。
https://stackoverflow.com/questions/6177328
复制相似问题