2011-07-19 24 views
2

我的應用程序啓動時出現SIGABRT錯誤。它讀取:SIGABRT開始

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' 

我很無知,爲什麼它崩潰。我的代碼中沒有handle_VolumeChanged任何地方。由於我的應用程序,我不想擁有它。需要嗎?

+0

你可以發佈應用程序崩潰的代碼行嗎? – PengOne

+0

它必須在某個地方。做一個Shift-Cmd-F搜索'handle_VolumeChanged'。 –

+1

您是否試圖以編程方式更改設備的音量?如果是這樣,不要。 – PengOne

回答

1

我有類似的問題。它通過重置我的IOS設備來解決。打開IOS模擬器並進入iOS模擬器 - >重置內容和設置。如果你肯定這個問題不是你的代碼,這可能會起作用。