Closed
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.0.0-2019-07-11-160948-13630
- Cross-platform modules: 6.0.1
- iOS Runtime: 6.0.0
- nativescript-dev-webpack: 1.0.0
Describe the bug
The tab bar icons are not displayed when running an application, created from the tabs template, on iOS.
Error messages on the console:
CONSOLE ERROR file:///node_modules/tns-core-modules/trace/trace.js:178:0 Error: Could not load tab bar icon: res://tabIcons/home
CONSOLE ERROR file:///node_modules/tns-core-modules/trace/trace.js:178:0 Error: Could not load tab bar icon: res://tabIcons/browse
CONSOLE ERROR file:///node_modules/tns-core-modules/trace/trace.js:178:0 Error: Could not load tab bar icon: res://tabIcons/search
To Reproduce
tns create tabs-app # Select: 1) Plain JavaScript 2) Tabs
cd tabs-app
tns migrate
tns run ios
Expected behavior
The tabs icons should be displayed.