corona simulator crashes if i try to purge a scene

whether I purge with purgeScene() or storyboard.purgeOnChangeScene, or even if I use removeAll. as soon as I change scenes, simulator crashes with no interesting info. I’d add code but my scenes are skeletons, stripped down demo code.

has this happened to anyone?

thanks

maybe you call purgeScene on exitScene? Try call it on scene:didExitScene.

hope this help

maybe you call purgeScene on exitScene? Try call it on scene:didExitScene.

hope this help