質問編集履歴

1

情報修正

2019/11/28 20:32

投稿

globalplus
globalplus

スコア119

test CHANGED
File without changes
test CHANGED
@@ -62,11 +62,11 @@
62
62
 
63
63
  }
64
64
 
65
- //Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional valueのエラー
66
-
67
65
  @IBAction func othersLocation(_ sender: Any)
68
66
 
69
67
  {
68
+
69
+ //Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional valueのエラー
70
70
 
71
71
  ref.child("userLatitude").child(user!).observeSingleEvent(of: .value, with: { (snapshot) in
72
72