반응형
델파이에서 Project - Options - Orientation에서 Enable custom orientation에서 Landscape 를 체크 후
Mac OS 배포 시에 다음과 같은 에러가 난다면
ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationLandscapeRight' in bundle 'com.test.test'."
다음과 같이 해보자
Project - Options - Version Info에 들어가서 밑에 영역에서 오른쪽 키 클릭 - Add Key
UIRequiresFullScreen
UIRequiresFullScreen를 넣어 주고 True로 값을 준다
그리고 Save를 눌러 적용 시킨 후 다시 배포를 해보자.
반응형
'IT > Delphi' 카테고리의 다른 글
[Delphi] 델파이에서 IOS 비소모성 상품 인앱 결제 구현 (0) | 2021.07.29 |
---|---|
[Delphi] 델파이에서 IOS 환경 셋팅 (0) | 2021.07.29 |