Images.xcassets bug upon Archive or Build for running
compilation, image, ios, xcode
Solution
you can just remove that debug folder, then it fixed.
rm -r /Users/borislariushin/Library/Developer/Xcode/DerivedData/PilgrimApp-bfjwfpphvtnwqiaqkihxoimthbkp
Problem
Suddenly faced this two asset compiler errors upon Archive or Build for running: /Users/borislariushin/Documents/Pilgrimapp/ios/ios/Images.xcassets: Failed to write PNG data for the launch image set from "LaunchImage.launchimage/1024_768-1.png" to "/Users/borislariushin/Library/Developer/Xcode/DerivedData/PilgrimApp-bfjwfpphvtnwqiaqkihxoimthbkp/Build/Products/Debug-iphoneos/PilgrimApp.app/LaunchImage-Landscape~ipad.png". /Users/borislariushin/Documents/Pilgrimapp/ios/ios/Images.xcassets: Failed to write PNG data for the launch image set from "LaunchImage.launchimage/2048_1536-1.png" to "/Users/borislariushin/Library/Developer/Xcode/DerivedData/PilgrimApp-bfjwfpphvtnwqiaqkihxoimthbkp/Build/Products/Debug-iphoneos/PilgrimApp.app/LaunchImage-Landscape@2x~ipad.png". Any ideas how can I get rid of them and successfully compile project.