iphone - CopyPNGFile error -
when archive application copypngerror images in project.i tried means deleting images,adding them again,check build phases(copy bundle resources).no duplicates found.i couldnot understand further , submit app.when archive application same images archive successful
copypngfile "/users/admin/library/developer/xcode/deriveddata/app1-auevnkwujohdqtflzyputmxbvrmt/build/intermediates/archiveintermediates/app/installationbuildproductslocation/applications/app1.app/about2 copy.png" "classes/../about2 copy.png" cd "/users/admin/documents/app/app (1)" 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/admin/documents/app/app (1)/classes/../about2 copy.png" "/users/admin/library/developer/xcode/deriveddata/app1-auevnkwujohdqtflzyputmxbvrmt/build/intermediates/archiveintermediates/app/installationbuildproductslocation/applications/app1.app/about2 copy.png" not open output file /users/admin/library/developer/xcode/deriveddata/app1-auevnkwujohdqtflzyputmxbvrmt/build/intermediates/archiveintermediates/app/installationbuildproductslocation/applications/app1.app/about2 copy.pngcommand /applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/usr/bin/copypng failed exit code 1
what shall solve error?
solved here -> https://stackoverflow.com/a/18297130/1451462
i removed duplicate references in png files!
build phases -> copy bundle resources
and removed duplicated entries of lunch images defaultxx.png
Comments
Post a Comment