今天用新的xcode 编辑老的 项目时候,发现包错
perl: no user 501Command /Users/peter/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng failed with exit code 1
解决这个错误比较简单
只需要
chmod -R +rw /yourprojectpath/yourprojectfolder
本文介绍了一种在使用Xcode编辑旧项目时遇到的错误及其解决方案。错误信息为:perl:nouser501Command/Users/peter/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng failed with exit code 1。解决该问题的方法是更改项目文件夹权限。
今天用新的xcode 编辑老的 项目时候,发现包错
perl: no user 501Command /Users/peter/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng failed with exit code 1
解决这个错误比较简单
只需要
chmod -R +rw /yourprojectpath/yourprojectfolder
1334

被折叠的 条评论
为什么被折叠?