iOS(Swift)/에러 모음

Xcode Archive에서 Asset validation failed 에러 발생(3)

일놀 2025. 4. 7. 11:49
728x90
반응형

Validation failed
Invalid large app icon. The large app icon in the asset catalog in “iFreeRDP.app” can’t be transparent or contain an alpha channel. For details, visit: https://developer.apple.com/design/human-interface-guidelines/app-icons. (ID: 0c04abd0-8659-4f32-aab7-5b0c3585c40d)

 

이런 에러가 발생.

 

해당 에러는 앱아이콘에서 알파값이 있어서 발생하는 것으로 배경화면이 없는 아이콘을 지정해줘서 그럼.

 

배경이 있는 사진으로 대체하면 해결.

 

1. 이미지를 더블클릭으로 열고 상단에 파일 > 내보내기 눌러서 알파값 해제

2. 이후 파일 덮어쓰기

 

 

728x90
반응형