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

Application fails to start when upgraded from nativescript 6.2.2 to 6.5.0 #27

Closed
krunal-thakur opened this issue Mar 26, 2020 · 3 comments · Fixed by #28
Closed

Application fails to start when upgraded from nativescript 6.2.2 to 6.5.0 #27

krunal-thakur opened this issue Mar 26, 2020 · 3 comments · Fixed by #28

Comments

@krunal-thakur
Copy link

Which platform(s) does your issue occur on?

  • iOS (Fails to Build)

Please, provide the following version numbers that your issue occurs with:

  • CLI: 6.5.0
  • Cross-platform modules:
    tns-core-modules : 6.5.0
  • Runtime(s):
    tns-android : 6.5.0
    tns-ios : 6.5.0
  • Plugin(s): 2.2.0

Please, tell us how to recreate the issue in as much detail as possible.

Application fails on startup with following error on iOS

NativeScript caught signal 11.
Native Stack:
1 0x10818a251 sig_handler(int)
2 0x7fff51bf5b5d _sigtramp
3 0x7fff51c2a71a libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_x86_64>::setInfoBasedOnIPRegister(bool)
4 0x7fff51c29b85 libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_x86_64>::step()
5 0x7fff51c2de58 _Unwind_RaiseException
6 0x7fff4f9fcad3 __cxa_rethrow
7 0x7fff50b97cb4 objc_exception_rethrow
8 0x7fff50b98f50 initializeNonMetaClass
9 0x7fff50b994ba initializeAndMaybeRelock(objc_class*, objc_object*, mutex_tt&, bool)
10 0x7fff50ba3a5d lookUpImpOrForward
11 0x7fff50b94219 _objc_msgSend_uncached
12 0x7fff50bac5ce +[NSObject new]
13 0x108b7ba8d ffi_call_unix64
14 0x110aeb950
JS Stack:
new([native code])
at ../node_modules/nativescript-inappbrowser/InAppBrowser.js(file: node_modules/nativescript-inappbrowser/InAppBrowser.ios.js:226:0)
at webpack_require(file: src/webpack/bootstrap:753:0)
at fn(file: src/webpack/bootstrap:120:0)

@jdnichollsc
Copy link
Member

jdnichollsc commented Mar 26, 2020

Let me update the version of the demo to be able to debug

@jdnichollsc
Copy link
Member

Check the last version 2.3.0 and let me know 👍

@krunal-thakur
Copy link
Author

krunal-thakur commented Apr 10, 2020

Check the last version 2.3.0 and let me know 👍

It is working now. Thank You !!!

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

Successfully merging a pull request may close this issue.

2 participants