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
任何地方。由於我的應用程序,我不想擁有它。需要嗎?
你可以發佈應用程序崩潰的代碼行嗎? – PengOne
它必須在某個地方。做一個Shift-Cmd-F搜索'handle_VolumeChanged'。 –
您是否試圖以編程方式更改設備的音量?如果是這樣,不要。 – PengOne