I wanted to try your plugin with your demo inside the repository. But when I tried to tns run ios --emulator after installation of npm dependencies, I got an error like that:
objc[56909]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x11a8e2cc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x11a6f96f0). One of the two will be used. Which one is undefined.
1 0x10274aa6b NativeScript::FFICallback<NativeScript::ObjCMethodCallback>::ffiClosureCallback(ffi_cif*, void*, void**, void*)
2 0x102eca90e ffi_closure_unix64_inner
3 0x102ecb2c2 ffi_closure_unix64
4 0x103c4245a -[UIViewController view]
5 0x103b0a98a -[UIWindow addRootViewControllerViewIfPossible]
6 0x103b0b070 -[UIWindow _setHidden:forced:]
7 0x103b1debe -[UIWindow makeKeyAndVisible]
8 0x102ecb11d ffi_call_unix64
9 0x11f637d90
file:///app/tns_modules/tns-core-modules/ui/builder/builder.js:167:56: JS ERROR Error: Building UI from XML. @file:///app/Views/main-page.xml:9:7
↳Module '/Users/murat.corlu/Library/Developer/CoreSimulator/Devices/F842400A-D653-42B1-935C-4C5F9E5A5DB7/data/Containers/Bundle/Application/ED0E3711-5A7C-4C23-9DAF-D5EFCAB2C27B/demo.app/app/carousel-view/carousel-view' not found for element 'carousel-view/carousel-view:CarouselView'.
↳Could not find module '/Users/murat.corlu/Library/Developer/CoreSimulator/Devices/F842400A-D653-42B1-935C-4C5F9E5A5DB7/data/Containers/Bundle/Application/ED0E3711-5A7C-4C23-9DAF-D5EFCAB2C27B/demo.app/app/carousel-view/carousel-view'. Computed path '/Users/murat.corlu/Library/Developer/CoreSimulator/Devices/F842400A-D653-42B1-935C-4C5F9E5A5DB7/data/Containers/Bundle/Application/ED0E3711-5A7C-4C23-9DAF-D5EFCAB2C27B/demo.app/app/carousel-view/carousel-view'.Jul 5 14:19:32 Murats-MBP com.apple.CoreSimulator.SimDevice.F842400A-D653-42B1-935C-4C5F9E5A5DB7.launchd_sim[56218] (UIKitApplication:org.nativescript.demo[0x2eb5][56240][56909]): Service exited due to Segmentation fault: 11
I wanted to try your plugin with your demo inside the repository. But when I tried to
tns run ios --emulator
after installation of npm dependencies, I got an error like that: