我尝试在 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 库?
我怎样才能解决这个问题?我已经尝试检查构建阶段并且没有红色的图像。
Best Answer-推荐答案 strong>
你可以尝试重新安装 Perl
curl -L https://raw.githubusercontent.com/ranguard/installing-perl/master/scripts/install_perl_on_osx.sh | bash
关于ios - 使用退出代码 5 复制 png 错误,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/39612122/
|