nstudio / nativescript-checkbox

NativeScript plugin for checkbox UI component
Other
119 stars 56 forks source link

Service exited due to Segmentation fault: 11 #18

Closed vhontar closed 7 years ago

vhontar commented 7 years ago

Hi, I use your plugin in angular2 + nativescript app. I registered element CheckBox for app, but when I tried to use <CheckBox #cb1 text="test" checked="false"></CheckBox> I have got this error: "Nov 23 13:52:46 Mustangs-Mac-mini com.apple.CoreSimulator.SimDevice.EBE46F8E-0089-4E10-95B0-9E88F880083C.launchd_sim[456] (UIKitApplication:com.yourdomain.appname[0xd924] [3887]): Service exited due to Segmentation fault: 11" And when I deleted this checkbox attribute from view and rerun it. It worked fine. I used IOS emulator. Version of the plugin: 1.2.1 nativescript: 2.4.0 I'd deleted platforms, node_modules and other stuffs before I ran app. Do you know what maybe I have to do to resolve that problem?

triniwiz commented 7 years ago

Thanks for the info the plugin works fine on vanilla i'll see what can be done about this asap

triniwiz commented 7 years ago

You can upgrade to 1.2.2 😄

vhontar commented 7 years ago

Thanks)