NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore

Home Page:http://docs.nativescript.org/runtimes/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting warning with NS 6.5.1

erjdriver opened this issue · comments

Am getting the following warning when building - ok?

CONSOLE WARN file: node_modules/@nativescript/core/ui/tab-view/tab-view.ios.js:17:0: Objective-C class name "UITabBarControllerImpl" is already in use - using "UITabBarControllerImpl1" instead.
CONSOLE WARN file: node_modules/@nativescript/core/ui/tab-view/tab-view.ios.js:78:0: Objective-C class name "UITabBarControllerDelegateImpl" is already in use - using "UITabBarControllerDelegateImpl1" instead.
CONSOLE WARN file: node_modules/@nativescript/core/ui/tab-view/tab-view.ios.js:116:0: Objective-C class name "UINavigationControllerDelegateImpl" is already in use - using "UINavigationControllerDelegateImpl1" instead.

This seems like a runtime warning. Can you share what kind of project are you using and how do you reproduce it? These logs signal that most probably the tab-view module is being loaded for the second time. This could happen due to various reasons (e.g. workers, HMR, ...)