open Activity Monitor and find the name of your app that never dies
open terminal
ps -ef | grep YourAppName
you'll should see 2 lines starting with 3 numbers
kill -9 ThirdNumberOfLine1FromWhatWasFoundAbove
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: