Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19783] Missing launch screen warning for non-existing landscape mode

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionCannot Reproduce
Resolution Date2019-10-08T22:31:59.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS, Tooling
Labelscb-tooling
ReporterHans Knöchel
AssigneeChris Barber
Created2015-10-22T02:47:53.000+0000
Updated2019-10-08T22:31:59.000+0000

Description

I receive a build warnings, that 2 launch screens are missing:
[WARN]  Missing 2 launch images:
[WARN]    Default
[WARN]      Default-Landscape.png - Used for iPad - dimensions: 1024x768, orientation: landscape
[WARN]      Default-Landscape@2x.png - Used for iPad - dimensions: 2048x1536, orientation: landscape
But the landscape mode for the iPad is disabled in the tiapp:
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
  <string>UIInterfaceOrientationPortrait</string>
  <string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
*Expected behavior*: Non-existing launch screens should be ignored, if the app does not support a certain device orientation *Actual behavior*: Non-existing launch screens throws a warning.

Comments

  1. Alan Hutton 2019-10-08

    Unable to reproduce. Axway Appcelerator Studio, build: 5.1.4.201909061933  macOS : 10.15 Node.js Version : 8.9.1 npm Version : 5.5.1 Appcelerator CLI : 7.1.1 Titanium CLI CLI Version : 5.2.1 node-appc Version : 0.2.49 Titanium SDKs : 8.2.0.GA

JSON Source