Projeyi iPad'de çalıştırırken görüntü eklerken aşağıdaki hataları alıyorum. Tüm resimlerle simülatörde iyi çalıştı, ancak iPad'de koşuyor ancak görüntü göstermiyor.Bir PNG filcommand copypng yayımlanan hatalar değil, ancak hata belirtmek için sıfır olmayan bir çıkış kodu döndürmedi
CopyPNGFile /Users/user/Library/Developer/Xcode/DerivedData/RImageGallery-cmwaittvclhwgxfpcoarddipyliv/Build/Products/Debug-iphoneos/RImageGallery.app/Default.png PhotoBrowserDemo/Default.png
cd /Users/user/Desktop/Demo
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/user/Desktop/Demo/PhotoBrowserDemo/Default.png /Users/user/Library/Developer/Xcode/DerivedData/RImageGallery-cmwaittvclhwgxfpcoarddipyliv/Build/Products/Debug-iphoneos/RImageGallery.app/Default.png
Not a PNG filCommand /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng emitted errors but did not return a nonzero exit code to indicate failure
(null): While reading /Users/user/Desktop/Demo/PhotoBrowserDemo/Default.png pngcrush caught libpng error:
(null): Could not find file: /Users/user/Library/Developer/Xcode/DerivedData/RImageGallery-cmwaittvclhwgxfpcoarddipyliv/Build/Products/Debug-iphoneos/RImageGallery.app/Default.png
Command /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng emitted errors but did not return a nonzero exit code to indicate failure
simülasyon aracının dosya sistemi (OSX'te HFS) duyarsız durumdur iOS’taki HFS’ler büyük/küçük harfe duyarlıdır. Yolunuzun durumunun doğru olup olmadığını kontrol edin. – Damien
Bu isimle birden fazla resminiz var Varsayılan.png – Rajneesh071
@Damien Yardımı için teşekkürler. Çalıştığınız zaman, biçimini .png olarak değiştirerek tekrar kaydettiğimde. Teşekkürler :) – HDdeveloper