I’ve come across an error with 2013.1260 and had to roll back to 2013.1251 to avoid it. I am in a scene with a tableView, go to an overlay to over an IAP, and when coming back from the overlay to the tableView (but before the TableView enterScene is touched) I’m getting:
Nov 16 10:18:44 My-iPhone Parachutist[2106] \<Warning\>: Runtime error ?:0: attempt to perform arithmetic on field 'contentHeight' (a nil value) stack traceback: [C]: ? ?: in function '\_manageRowLifeCycle' ?: in function \<?:469\> ?: in function \<?:218\>
The error keeps repeating and repeating continuously (looking in the Console on Xcode), and the tableView becomes unresponsive. Note that in the main scene I do have:
* Storyboard.purgeScene in the “exitScene” and
* In scene:overlayEnded I do have a Storyboard.reloadScene
Having really got time right now to spend more hours, but perhaps someone else might see something similar?