我尝试在 Xcode 7.3.1 中运行一个项目并得到以下内容
错误:
dyld: Library not loaded: /System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/libperl.dylib
Referenced from: /usr/bin/perl5.18
Command /Applications/Xcode.app/Contents/Developer/usr/bin/copypng failed with exit code 5
为什么dyld库没有加载? 我怎样才能解决这个问题?我已经尝试检查构建阶段,并且没有红色的图像。
答案 0 :(得分:3)
您可以尝试重新安装Perl
curl -L https://raw.githubusercontent.com/ranguard/installing-perl/master/scripts/install_perl_on_osx.sh | bash
答案 1 :(得分:1)
您只是在启动系统perl时遇到问题。
要恢复资料库/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/libperl.dylib
,请参阅:https://apple.stackexchange.com/questions/116611/how-can-i-get-back-a-system-file-after-deleting-it-from-my-mac