Xcode で、Archive&upload後に発生したITMS-90474のエラー対処方法
Invalid Bundle.iPad Multitsking support requires these orientations
‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPorttaitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’found
‘UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’in bundle
対処方法
以下のどちらかで対処可能
1.Xcodeのターゲットの「General」の「Develoyment info」のなかで「Device Orientation」をすべてをオン(チェック)にする。
2.info.plistに以下のキーを追加する。
ソースで修正する場合、<key>UIRequiresFullScreen</key> <true/>