Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing tab bar icons in newly created tab-view application when running for iOS #4842

Closed
sis0k0 opened this issue Jul 11, 2019 · 4 comments
Closed

Comments

@sis0k0
Copy link
Contributor

sis0k0 commented Jul 11, 2019

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.

@davecoffin
Copy link

Thanks for logging this! One thing to note though: it's not just tab bar icons, its any image in App_Resources.

@davecoffin
Copy link

@rosen-vladimirov @Fatme is this fixed in the latest RC? I'll be happy to test if so...

@rosen-vladimirov
Copy link
Contributor

Hey @davecoffin ,
Yes, it should be fixed there. Can you give it a try and inform us if it works on your side?

@davecoffin
Copy link

Yup its fixed! Great, fast work guys :)

@NathanWalker FYI 👆.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants