반응형
[ios]
Assets.xcassets: error: None of the input catalogs contained a matching stickers icon set or app icon set named "AppIcon".
문제 상황
ios 앱을 빌드했더니 이러한 에러 메시지가 나오면서 빌드에 실패한다.
Assets.xcassets: error: None of the input catalogs contained a matching stickers icon set or app icon set named "AppIcon".
해결 방법
ios/Flutter/Runner/Assets.xcassets/ 아래에 AppIcon.appiconset을 추가한다.
아이콘 모음을 생성하고 추가하는 방법은 아래 글을 참고하자.
[flutter] Change app icon (Android, iPhone) (앱 아이콘 변경하기 (안드로이드, 아이폰))
[flutter] Change app icon (Android, iPhone) 앱 아이콘 변경하기 앱 아이콘 파일 만들기(Create an app icon file) 앱 아이콘으로 만들고 싶은 이미지를 가지고 아래 사이트로 들어간다. (Go to the site below with the imag
studiodoc.tistory.com
반응형