Closed
Description
Environment
- CLI: 6.0.3
- Cross-platform modules: 6.0.1
- iOS Runtime: 6.0.1
Describe the bug
Building a HelloWorld JS app using Xcode 11 beta 5 is showing the following warning:
'UILaunchImages' has been deprecated, use launch storyboards instead. (in target 'jsHelloWorld' from project 'jsHelloWorld')
To Reproduce
npm i nativescript@latest
sudo xcode-select -s <path-to-your-xcode11-beta5>
tns create jsHelloWorld --js && cd jsHelloWorld
tns build ios --emulator
Expected behavior
The app should be built without any warnings.
Acceptance criteria
- The warning should be present with live templates and missing with
rc
templates
Related to: #4909