質問編集履歴

1

タイトルを変更しました.

2019/02/11 12:00

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- Swiftのコードでエラーが出ます.
1
+ Swift4で Ambiguous use of 'fetchInBackgroundWithBlock' のエラーが出
test CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- プログラムのXcode
5
+ プログラムの37行目
6
6
 
7
- location!.fetchInBackgroundWithBlock { (error: NSError!) -> Void in
7
+ Xcodelocation!.fetchInBackgroundWithBlock { (error: NSError!) -> Void in
8
8
 
9
- の行
9
+
10
10
 
11
11
  Ambiguous use of 'fetchInBackgroundWithBlock'
12
12