詳細訊息如下:
Validation failed (409)
Invalid bundle. The “UIInterfaceOrientationPortrait” orientations were provided for the UISupportedInterfaceOrientations Info.plist key in the com.***.*** bundle, but you need to include all of the “UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight” orientations to support iPad multitasking. For details, visit: https://developer.apple.com/documentation/bundleresources/information_property_list/uisupportedinterfaceorientations. (ID: 32b1657f-2bb5-4310-b73d-e13465d6442c)
解決方式:
可在 info.plist 加入 key “UIRequiresFullScreen”,值為 true。(如下所示)<key>UIRequiresFullScreen</key>
<true/>