前提・実現したいこと
大学生です。
swiftで音声信号処理に関するアプリを開発しています。
swift学習期間は3カ月ほどです。
Thread 1: signal SIGABRTとエラーメッセージが出てアプリを実行することができません。
発生している問題・エラーメッセージ
ビルドしてシュミレーターを立ち上げて、recordbuttonを押した際に、録音を行うことができず
Thread 1: signal SIGABRT と表示されます。
2019-11-14 22:27:58.463326+0900 whisc2[5778:303419] libMobileGestalt MobileGestalt.c:890: MGIsDeviceOneOfType is not supported on this platform. 2019-11-14 22:28:54.540055+0900 whisc2[5778:303983] [AudioHAL_Client] AudioHardware.cpp:666:AudioObjectGetPropertyData: AudioObjectGetPropertyData: no object with given ID 0 2019-11-14 22:28:54.602883+0900 whisc2[5778:303419] [aurioc] 1029: failed: -10851 (enable 1, outf< 2 ch, 0 Hz, Int16, inter> inf< 2 ch, 0 Hz, Int16, inter>) 2019-11-14 22:28:54.605425+0900 whisc2[5778:303419] [aurioc] 1029: failed: -10851 (enable 1, outf< 2 ch, 0 Hz, Int16, inter> inf< 2 ch, 0 Hz, Int16, inter>) 2019-11-14 22:28:54.605989+0900 whisc2[5778:303419] [avae] AVAEInternal.h:70:_AVAE_Check: required condition is false: [AVAudioIONodeImpl.mm:910:SetOutputFormat: (IsFormatSampleRateAndChannelCountValid(hwFormat))] 2019-11-14 22:28:54.618608+0900 whisc2[5778:303419] *** Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'required condition is false: IsFormatSampleRateAndChannelCountValid(hwFormat)' *** First throw call stack: ( 0 CoreFoundation 0x000000010d1836fb __exceptionPreprocess + 331 1 libobjc.A.dylib 0x000000010c727ac5 objc_exception_throw + 48 2 CoreFoundation 0x000000010d183482 +[NSException raise:format:arguments:] + 98 3 AVFAudio 0x000000010e008f3c _Z19AVAE_RaiseExceptionP8NSStringz + 156 4 AVFAudio 0x000000010e067937 _Z11_AVAE_CheckPKciS0_S0_b + 295 5 AVFAudio 0x000000010e067ef1 _ZN17AVAudioIONodeImpl15SetOutputFormatEmP13AVAudioFormat + 273 6 AVFAudio 0x000000010e000f8e _ZN18AVAudioEngineGraph8_ConnectEP19AVAudioNodeImplBaseS1_jjP13AVAudioFormat + 1670 7 AVFAudio 0x000000010e06f598 _ZN17AVAudioEngineImpl7ConnectEP11AVAudioNodeS1_mmP13AVAudioFormat + 194 8 AVFAudio 0x000000010e06f5ff -[AVAudioEngine connect:to:format:] + 83 9 whisc2 0x000000010b2fc936 $s6whisc214ViewControllerC11startRecordyyF + 1654 10 whisc2 0x000000010b2fa9fc $s6whisc214ViewControllerC3recyyypF + 1884 11 whisc2 0x000000010b2faa60 $s6whisc214ViewControllerC3recyyypFTo + 80 12 UIKitCore 0x00000001191a3204 -[UIApplication sendAction:to:from:forEvent:] + 83 13 UIKitCore 0x0000000118bf8c19 -[UIControl sendAction:to:forEvent:] + 67 14 UIKitCore 0x0000000118bf8f36 -[UIControl _sendActionsForEvents:withEvent:] + 450 15 UIKitCore 0x0000000118bf7eec -[UIControl touchesEnded:withEvent:] + 583 16 UIKitCore 0x00000001191dbeee -[UIWindow _sendTouchesForEvent:] + 2547 17 UIKitCore 0x00000001191dd5d2 -[UIWindow sendEvent:] + 4079 18 UIKitCore 0x00000001191bbd16 -[UIApplication sendEvent:] + 356 19 UIKitCore 0x000000011928c293 __dispatchPreprocessedEventFromEventQueue + 3232 20 UIKitCore 0x000000011928ebb9 __handleEventQueueInternal + 5911 21 CoreFound![イメージ説明](34656799d470c2d17b7b8f8ca2b54714.png)ation 0x000000010d0eabe1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 22 CoreFoundation 0x000000010d0ea463 __CFRunLoopDoSources0 + 243 23 CoreFoundation 0x000000010d0e4b1f __CFRunLoopRun + 1231 24 CoreFoundation 0x000000010d0e4302 CFRunLoopRunSpecific + 626 25 GraphicsServices 0x0000000110c462fe GSEventRunModal + 65 26 UIKitCore 0x00000001191a1ba2 UIApplicationMain + 140 27 whisc2 0x000000010b309a88 main + 72 28 libdyld.dylib 0x0000000111212541 start + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)
試したこと
outlet接続などがうまくいっていないなどの対策法を見かけましたので、connections inspector,identity inspectorを見ました。viewの接続のところが若干薄く表示されてるような。。。この接続を切りたかったんですが押すことができずでした。そして2枚目のviewに対するcustom classも、、このような感じになっています。ご教授のほどよろしくお願いします。
補足情報(FW/ツールのバージョンなど)
Xcode Version 11.2.1 (11B500)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/11/15 05:04
2019/11/15 06:17
2019/11/15 06:19
2019/11/15 11:17
2019/11/17 09:53
2019/11/18 00:36
2019/11/18 02:42
2019/11/18 02:56
2019/11/18 09:00
2019/11/19 00:19
2019/11/21 12:27