DEV
[Flutter] failed to write image data for the app icon set from appicon.appiconset/120.png
2024. 4. 25.
에러 상황 (Trouble Shooting)
앱 아이콘 변경하려고 이미지 변경했으나 IOS 빌드 시 오류 발생했어요.
이 경우 에러 메시지에 해당하는 파일을 이미지 편집 프로그램을 통해서 png 파일로 다시 저장하여 덮어쓰기 해주면 됩니다.
참고로 앱 아이콘 만드는 사이트는 아래 사이트에서 진행하면 됩니다.
App Icon Generator
www.appicon.co
참고
(역시 스택오버플로우에는 없는게 없다)
https://stackoverflow.com/questions/23168165/xcode-app-icon-error
XCode App Icon error
I made PNG 58×58 image named myIcon@2x.png and set to app icon. When build by simulator, the app correctly run. But when real machine, the app outputs error with message Failed to write PNG data f...
stackoverflow.com