Invalid Bundle Error - “requires launch storyboard”

后端 未结 9 1447
死守一世寂寞
死守一世寂寞 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:17

    You can either do it as André showed or directly add:

    UIRequiresFullScreen
    
    

    On your .plist file.

提交回复
热议问题