Igor Randjelovic

Results 388 comments of Igor Randjelovic

Update: I got a bit further with this, the bundle is started with a little modification, however it crashes right after right on this line: https://github.com/NativeScript/NativeScript/blob/c135d2d61e04bdb9da63bb21f4ac73e4721afd22/nativescript-core/application/application.ios.ts#L390 The delegate is found,...

Update 2: I went real (real real) deep down the rabbit hole, and managed to get it running. The issues that came up and how I solved them: **1. `application.run`...

How we can fix these: 1. this can be fixed in `nativescript-vue` by a simple refactor 2. this should be debugged further to see why `presentNativeScriptApp` is not found on...

@efegure all 3 need to be fixed for this to be a smooth experience. I have it on my radar to fix all 3, but I can't promise anything -...

Those logs are coming from the underlying native system - nothing we can do in NativeScript-Vue to silence them.

Not sure - perhaps https://stackoverflow.com/a/57599422/2270725

@brysem I believe it goes through https://github.com/NativeScript/nativescript-cli/blob/master/lib/services/ios-log-filter.ts and https://github.com/NativeScript/nativescript-cli/blob/master/lib/common/mobile/android/android-log-filter.ts There's also this file: https://github.com/NativeScript/nativescript-cli/blob/master/lib/common/mobile/ios/ios-log-filter.ts But I'm not sure if it's used.

Node version? Npm Version? Or if using Yarn - yarn version?

That's just a warning though - did you wait enough for the install to finish?

I'm not sure what's causing the issue yet - but the sample project provided by @tsonevn in the other issue only toggles the visibility of the tabs component, and doesn't...