Hi guys,
Just wanted to share my findings. Hope it helps someone.
My composer page has nested scroll views (scroll view within a scroll view). These scroll views has multiple ‘containers’ inside it.
Crash Error Details on windows Simulator :
?:0 attempt to index field 'parent' (a nil value) stack traceback: ?: in function \<?:565\> ?: in function \<?:221\>
To solve this, you need to remove each inner-individual scrollView before removing (display.remove) the outer scroll view (or other display-parents it is inside).
I only notice this issue in build 2015.2638 and not in 2015.2545. Release notes between these builds pointed out some changes in the container, which I have no time to really drill in.