标签: ios xcode7 universal
从XCode 7上传App到AppStore时,我收到以下错误。
无效的捆绑包。 iPad Mutlitasking支持需要发布故事板捆绑
UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight
答案 0 :(得分:3)
我用这种方式解决了我的问题:
这是因为您需要指定您的应用在iPad上处理多任务处理的方式。