Invalid Bundle Error - “requires launch storyboard”

后端 未结 9 1449
死守一世寂寞
死守一世寂寞 2020-12-02 04:27

I keep getting this error when I try to submit my app to the store using Xcode:

ERROR ITMS-90475: \"Invalid Bundle. iPad Multitasking support requires laun

相关标签:
9条回答
  • 2020-12-02 05:18

    Ooohhh This can work 100% Just Go On TARGETS (your App), General, Status Bar Style then Check Requires full screenSee scr shot

    0 讨论(0)
  • 2020-12-02 05:29

    This is because you need to specify how your app is supposed to handle multitasking on iPad.

    If you don't want to handle multitasking right now, you can simply disable it by going to the "General" tab of your target:

    0 讨论(0)
  • 2020-12-02 05:30

    If you are using Cordova, you might want to use the cordova-ios-requires-fullscreen plugin (see How to disable iOS9 multitasking through Ionic/Cordova?)

    Update: you can also use the cordova-plugin-ipad-multitasking, which seems to also prevent another issue (ITMS-90474)

    Update: this should now be fixed using Cordova tools 5.4 without the need for these plugins.

    0 讨论(0)
提交回复
热议问题