NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

Getting warning with NS 6.5.1 #1272

Closed erjdriver closed 4 years ago

erjdriver commented 4 years ago

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.
mbektchiev commented 4 years ago

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, ...)