开发者

SIGABRT on start [closed]

开发者 https://www.devze.com 2023-03-21 04:55 出处:网络
Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necess
Closed. This question needs debugging details. It is not currently accepting answers.

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 question

I'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.

0

精彩评论

暂无评论...
验证码 换一张
取 消