質問編集履歴

2

追記の修正

2019/04/02 09:19

投稿

shisen-t
shisen-t

スコア21

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- consoleには「libc++abi.dylib: terminating with uncaught exception of type NSException」と表示されています。
9
+ consoleには「Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[schedule.memoViewController commitButtonTapped]: unrecognized selector sent to instance 0x11fddc9a0'」と表示されています。
10
10
 
11
11
 
12
12
 

1

consoleのエラー表記の追記

2019/04/02 09:19

投稿

shisen-t
shisen-t

スコア21

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,16 @@
1
1
  UITextViewに文字を入力した後にキーボードの閉じるボタンを押すとキーボードが閉じる処理を行えるようにしたいと考えています。
2
2
 
3
3
  UITextViewに文字を入力するところまでは無事に進んだのですが、いざ閉じるボタンを押すと「Thread 1: signal SIGABRT」のエラーが出てしまいます。Outlet接続がすべてつながっていることや黄色の警告が出ていないことを確認しました。
4
+
5
+
6
+
7
+
8
+
9
+ consoleには「libc++abi.dylib: terminating with uncaught exception of type NSException」と表示されています。
10
+
11
+
12
+
13
+
4
14
 
5
15
 
6
16