앱스토어 업로드하면서 발생한 오류 : Asset validation failed : The product archive is invalid. The Info.plist must contain a LSApplicationCategoryType key, whose value is the UTI for a valid category. For more details, see “Submitting your..

Asset validation failed.   The product archive is invalid. The Info.plist must contain a LSApplicationCategoryType key, whose value is the UTI for a valid category. For more details, see “Submitting your Mac apps to the App Store”   번역을 해보니 제품 아카이브가 유효하지 않습니다. Info.plist는 LSApplicationCategoryType 키를 포함해야 하며 값은 유효한 카테고리의 UTI입니다. 자세한 내용은 “Mac 앱을 App Store에 제출하기”를 참조하십시오. 드디어 처음으로 앱스토어에 앱을 업로드하게되었는데 오류와 직면했다. info.plist 파일에 LSApplicationCategoryType 키와 값을 등록해주어야 하는 것 같다. 해당 파일을 확인해보니 등록되어 있지 않음을 확인하였다. 카테고리 타입으로 등록가능한 값은 다음과 같다. # Possible Values public.app-category.business public.app-category.developer-tools public.app-category.education public.app-category.entertainment public.app-category.finance public.app-category.games public.app-category.action-games public.app-category.adventure-games public.app-category.arcade-games public.app-category.board-games public.app-category.card-games public.app-category.casino-games public.app-category.dice-games public.app-category.educational-games … Continue reading 앱스토어 업로드하면서 발생한 오류 : Asset validation failed : The product archive is invalid. The Info.plist must contain a LSApplicationCategoryType key, whose value is the UTI for a valid category. For more details, see “Submitting your..