You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):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:
To Reproduce
Expected behavior
The tabs icons should be displayed.
The text was updated successfully, but these errors were encountered: