Simulator 'NSException'

twinter3

  • Posts: 98
Hello,

I am having an issue where if I make changes to a player after running the simulator when I try and jump it throws a (terminate called after throwing an instance of 'NSException') error and crashes.  If I close Stencyl and simulator and xcode, relaunch and publish again, the game runs error free.  I am using Animation Manager and if I move jumping up over falling on the list and then back down again and save game...it runs fine.  I am new to iOS development and I am wondering if I should be doing something other than saving before publishing.

Jon

  • *
  • Posts: 17524
What is the exact exception? If you're saving each time before you test, you generally shouldn't run into issues like these.