Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
开发者_如何学C Improve this questionI'm getting a SIGABRT error when my app starts. It reads:
2011-07-19 14:01:51.321 App[364:707] -[AppViewController handle_VolumeChanged:]: unrecognized selector sent to instance 0x25d400
2011-07-19 14:01:51.386 App[364:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AppViewController handle_VolumeChanged:]: unrecognized selector sent to instance 0x25d400'
I'm clueless as to why it's crashing. There isn't a handle_VolumeChanged
anywhere in my code. Because of my app I don't want to have it. Is it required?
I had a similar issue. It was solved by reseting my IOS device. Open the IOS simulator and go to iOS Simulator->Reset Content and Settings. This may work if you are positive the problem is not your code.
精彩评论