-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
bugbuildDescribes issues related to build operationsDescribes issues related to build operationsos: ios
Milestone
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:
jsHelloWorld/platforms/ios/jsHelloWorld/Resources/Assets.xcassets:./LaunchImage.launchimage: warning: Launch images are deprecated in iOS 13.0. Use a launch storyboard or XIB instead.
To Reproduce
npm i nativescript@latestsudo xcode-select -s <path-to-your-xcode11-beta5>tns create jsHelloWorld --js && cd jsHelloWorldtns 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
rctemplates
Related to: #4909
Metadata
Metadata
Assignees
Labels
bugbuildDescribes issues related to build operationsDescribes issues related to build operationsos: ios