[iOS / 트러블슈팅☄️] you need to include the LaunchScreen.storyboard launch storyboard file in your bundle.

kimdocs...📄·2023년 3월 4일
0

iOS

목록 보기
22/22
post-thumbnail


아카이브 중 아래와 같은 이유로 아카이브가 되지 않았다

Invalid bundle. Because your app supports Multitasking on iPad, you need to include the LaunchScreen.storyboard launch storyboard file in your bundle. Use UILaunchScreen instead if the app’s MinimumOSVersion is 14 or higher and you prefer to configure the launch screen without storyboards. For details, see: https://developer.apple.com/documentation/bundleresources/information_property_list/uilaunchstoryboardname (ID: ed1c253e-c599-461b-a188-19e3d25d261d)

번역해보면

잘못된 번들입니다. 앱이 iPad에서 멀티태스킹을 지원하므로 LaunchScreen.storyboard 출시 스토리보드 파일을 번들에 포함해야 합니다. 앱이 최소인 경우 대신 UI LaunchScreen 사용OS 버전은 14 이상이며 스토리보드 없이 시작 화면을 구성하는 것을 선호합니다. 자세한 내용은 https://developer.apple.com/documentation/bundleresources/information_property_list/uilaunchstoryboardname(ID: ed1c253e-c599-461b-a188-19e3d25d261d)를 참조하십시오

프로젝트에 UILaunchScreen이 있음에도 위와 같은 에러가 났는데, 확장자 문제때문이었다.

아래처럼 바꾸면 성공!

업로드중..

profile
👩‍🌾 GitHub: ezidayzi / 📂 Contact: ezidayzi@gmail.com

1개의 댓글

comment-user-thumbnail
2023년 3월 13일

잘 보고갑니다

답글 달기