[TIMOB-19783] Missing launch screen warning for non-existing landscape mode
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2019-10-08T22:31:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS, Tooling |
Labels | cb-tooling |
Reporter | Hans Knöchel |
Assignee | Chris Barber |
Created | 2015-10-22T02:47:53.000+0000 |
Updated | 2019-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.
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