반응형
Xcode오류
반응형
2

Invalid bundle. Because your app supports Multitasking on iPad, you need to include the LaunchScreen.storyboard launch storyboard file 을 만났다면!?

내가 만난 오류는 Xocde 15를 사용했으며, Storyboard가 포함되어 있는 상태의 프로젝트 아카이브 후 앱스토어로 올리려고 할 때 발생되었다. Invalid bundle. Because your app supports Multitasking on iPad, you need to include the LaunchScreen.storyboard launch storyboard file in your XXXX 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:..

개발 2023.10.23

M1칩 맥북, 맥미니 발견된 Xcode 관련 문제 정리

M1칩이 탑재된 맥북 또는 맥미니 제품을 희망하는 개발자라면? 아래 내용을 참고하면 좋을듯 하다. Apple 2020년 맥북 프로 13 (M1 칩셋 8코어 CPU 8코어 GPU) COUPANG www.coupang.com Apple 2020년 맥북 에어 13 COUPANG www.coupang.com Apple 2020년 맥 미니 (M1 칩셋 8코어 CPU 8코어 GPU) COUPANG www.coupang.com 최근 M1칩이 탑재된 맥북, 맥미니로 Xcode로 작업을 할때 발견한 세 가지 이슈를 정리해 보고자 한다. 여기서 사용한 Xcode 버전과 OS 버전은 아래와 같다 - Xcode 12.4 - Mac OS 11.2 1. 첫번째 이슈 - Cocoapods을 이용하는 Xcode Project의 경우..

개발 2021.02.09