반응형
[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을 추가한다.
아이콘 모음을 생성하고 추가하는 방법은 아래 글을 참고하자.
반응형