Igor Randjelovic

Results 388 comments of Igor Randjelovic

Hmm, still get's stuck here: ```js JS: Test: START SCROLL-VIEW TESTS. JS: Test: --- [SCROLL-VIEW.test_snippets] OK, duration: 0.47 JS: Test: --- [SCROLL-VIEW.test_default_TNS_values] OK, duration: 1.52 JS: Test: --- [SCROLL-VIEW.test_vertical_oriantation_creates_correct_native_view] OK,...

@Upd4ting it crashes the test app, we are looking into a fix with @farfromrefug, just been busy for both of us!

Looks like an ios14 bug - or bad documentation on Apple's website. Others are having the same issue: https://developer.apple.com/forums/thread/650913 https://developer.apple.com/documentation/bundleresources/information_property_list/uilaunchstoryboardname https://developer.apple.com/documentation/bundleresources/information_property_list/uilaunchscreen > If you prefer to use storyboards, use UILaunchStoryboardName...

@vasilyzakharov good to know - perhaps you could compare the `Info.plist` files, and maybe the `Build Phases` tab in XCode.

What is the type and version of the iOS device? Does it work if you `ns prepare ios` and then `open platforms/ios/.xcworkspace` in XCode, and try running from there? To...

Try clearing DerivedData perhaps - I'm not sure what causes your XCode to crash - it seems like an XCode bug/issue... https://programmingwithswift.com/delete-derived-data-xcode/

This is the first thing I found that's similar: https://developer.apple.com/forums/thread/120530 This also looks similar: https://developer.apple.com/forums/thread/123204

You could try https://github.com/nativescript-community/ui-collectionview as I believe it handles dynamic row heights better than the core ListView. The API should be drop-in, install and change `ListView` -> `CollectionView`

Try narrowing down the crash to a specific feature/area in your app, or a specific action that triggers the crash randomly. Unfortunately without any other info we won't be able...

I understand it's random - so no worries, try gathering information over time and maybe we can identify the cause. I'm mainly stating that based on the info you have...