Trying to upgrade a game I made with Xcode 4 and build 704.b

I am trying to run a game that I built with the old iOS and Xcode and build 704.b. I cant run 704.b on the simulator so I am trying to run the game on build 894. It keeps crashing every time I try changing screens with storyboard. It’s not giving me much info why its crashing. The terminal says

Applications/CoronaSDK/Corona Terminal: line 9: 829 Segmentation fault: 11 “$path/Corona Simulator.app/Contents/MacOS/Corona Simulator” $*
logout

Normally the terminal points me somewhere in my code that is incorrect and probably not updated to build 894. So can someone please tell me what that means and the best way I should move forward? Thanks! [import]uid: 75779 topic_id: 31604 reply_id: 331604[/import]

One problem that we had was with widgets. The widgets api has changed. Instead of adding widget.view to the display group just use widgets. I hope that helps. [import]uid: 120903 topic_id: 31604 reply_id: 126815[/import]

One problem that we had was with widgets. The widgets api has changed. Instead of adding widget.view to the display group just use widgets. I hope that helps. [import]uid: 120903 topic_id: 31604 reply_id: 126815[/import]