앱을 배포하기 위해 아카이빙을 진행하는 도중 xcode 에서 에러가 발생했다.
CFBundleIconFiles is not of the required type for that key 해결방법
flutter clean? flutter build ios? 다 필요없다.
xcode에서 info.plist 오픈.
info.plist를 IDE에서 열지 말고 directory단에서 텍스트 편집기로 열 것!!
1.
CFBundleIconFiles 검색해서 하단 <String></String> 태그까지 싹 삭제
2.
info.plist 저장한 뒤 다시 Archive.
이 때, 프로젝트를 한번이라도 실행시킬 경우 다시 키 값이 생성되므로 주의!
이러면 해결된다.
'에러' 카테고리의 다른 글
[FCM] tokens multiple message send / 토큰으로 다중 알림 메시지 전송 (0) | 2024.11.13 |
---|---|
[Flutter] InAppWebView pull to refresh / 당겨서 새로고침 오류 (0) | 2024.09.06 |
[Flutter] local notification plugin FCM 알림 에러 (0) | 2024.08.06 |
[iOS] Core data NSCocoaErrorDomain (0) | 2024.02.20 |
[mac] zsh: command not found: pod 에러 해결 (1) | 2024.02.13 |