1262 was the last build for G1. We will not be continuing that…
The issue with _manageRowLifecycle has been fixed in the widget library, which we update as OpenSource on our github account. It’s behind the current daily builds, but has many bug fixes beyond what was in 1259. You can get it here: https://github.com/coronalabs/framework-widget This should work with 1262.
You will not be able to use G1 builds forever because the rules for submission to the app stores are constantly evolving. Within a month, Apple has made two rule changes. We updated the G1 build to cover the iOS 7 changes, but a month later, Apple announced they are now rejecting apps that have the advertisingIdentifer code that doesn’t use ads. We have fixed this in the latest daily builds and moved 3rd party items that use it to plugins so you can optionally include it. If you do not use ads, you will need to move to Graphics 2.0.
In most cases, the only thing you have to do is add this line in your config.lua:
graphicsCompatibility = 1
To your config.lua at the same place you set your width and height. If your app depends on the legacy sprite library, you will have to also get it from our github repository and drop it in your folder with your main.lua. That should be it.
Rob