dyld: Library not loaded: /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libclparser.dylib
  Referenced from: /opt/local/bin/identify
  Reason: image not found

有人有解决办法吗将Xcode升级到4.1有帮助吗?

最佳答案

你的/opt/local/bin/identify可能是ImageMagick’s identify
您可能需要重新安装ImageMagick。基于路径名(/opt/local/),您可能将其作为MacPorts的一部分安装。
您可能应该遵循Migrating a MacPorts install to a new major OS version or CPU architecture的说明:安装新的Xcode、安装最新的MacPorts base、记录已安装的端口、删除端口、重新安装端口。
不幸的是,MacPorts’ bug #30322表示ImageMagick端口可能尚未在Lion下正确构建(通过MacPorts’ Lion Problems page找到)。

关于ruby-on-rails - 升级到OSX Lion后RSpec停止工作,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6773128/

10-11 21:48