We have had our app in the app store for while using Corona.
I am currently on build: Version 2013.2100 (2013.12.7)
I have seen this bug in the past when jumping to a newer version of Corona. I have held back but now am making the jump to widget 2.0.
Here is the error getting thrown:
_ Corona Simulator Runtime error _
_ File: ? _
Attempt to perform arithmetic on field ‘contentHeight’ (a nil value)
_ stack traceback: _
[C]: ?
_ ?: in function ‘_manageRowLifeCycle’ _
_ ?: in function <?:516> _
_ ?: in function <?:218> _
So here is the deal. We jump from one scene to the next. Call it the home page to secondary page. On first load if you go from home page to secondary page it works fine. Then we have a back button to go back home. That works great. Then when you select to go the secondary page again this is where it breaks.
I have googled :_ ‘_manageRowLifeCycle’ _
And it looks like on gitHub that is the part of the behind the scenes widget code.
I am 99% positive it is a Corona bug. I have tableviews, scroll views, widget buttons, etc.
Please let me know. Our app has been a case study in corona and we are kind of stuck!