我刚刚完成了我的项目,我正在尝试向它添加正确的默认图像。
我在使用 pngcrush 时遇到了构建错误,因此我删除了默认图像并尝试重新添加它们...
现在我构建失败了,这个错误......
CopyPNGFile "/Users/me/Library/Developer/Xcode/DerivedData/appName-focehhxhholrseatdpjqdglseomk/Build/Products/Debug-iphoneos/appName.app/Default@2x.png" "i-snapshot/Default@2x.png"
cd /Users/me/Documents/appName
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng -compress "" "/Users/me/Documents/appName/appName/Default@2x.png" "/Users/me/Library/Developer/Xcode/DerivedData/appName-focehhxhholrseatdpjqdglseomk/Build/Products/Debug-iphoneos/appName.app/Default@2x.png"
Can't find /Users/me/Documents/appName/appName/Default@2x.pngCommand /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng failed with exit code 1
我试过了:
- 重新添加文件。
- 添加然后再次删除。
- 删除派生数据。
- 清洁和建造。
现在我被卡住了,不知道该怎么做,应用程序根本无法构建。