質問編集履歴

3

アドバイスを参考に修正しました。(ログの追加,

2020/12/09 10:06

投稿

uma02
uma02

スコア18

test CHANGED
File without changes
test CHANGED
@@ -14,26 +14,34 @@
14
14
 
15
15
  エラーメッセージはありませんが、実行するとindicatorが消えない、すなわち天気情報を取得することが出来ません。
16
16
 
17
+ ログには以下のように出ます。
18
+
19
+ 2020-12-09 18:51:46.348313+0900 Weather[45340:3150299] screen parameters are unexpected: MGScreenClass1125x2436x3x495 SCREEN_TYPE(1125,2436,3,495)
20
+
21
+ The operation couldn’t be completed. (kCLErrorDomain error 0.)
22
+
17
23
 
18
24
 
19
25
  ###試したこと
20
26
 
21
27
  breakpointを使いましたが原因は分からなかったです。
22
28
 
29
+ ATSの設定も行っております。
30
+
23
31
 
24
32
 
25
33
  またAPIのDocumentを読み直しlat,lonの値を変えてみましたが改善しませんでした。
26
34
 
27
35
 
28
36
 
37
+
38
+
29
39
  ###参考にしたサイト
30
40
 
31
41
  https://openweathermap.org/current
32
42
 
33
43
  https://www.youtube.com/watch?v=WHRntPeAOo4&list=LL&index=1
34
44
 
35
- https://qiita.com/sventouz/items/07c7137e07a580a93cd7
36
-
37
45
 
38
46
 
39
47
  ###該当のソースコード
@@ -212,7 +220,17 @@
212
220
 
213
221
  }
214
222
 
223
+
224
+
215
-
225
+ func locationManager(_ manager: CLLocationManager,
226
+
227
+ didFailWithError error: Error) {
228
+
229
+ print(error.localizedDescription)
230
+
231
+ }
232
+
233
+
216
234
 
217
235
  func setBlueGradientBackground(){
218
236
 

2

2020/12/09 10:06

投稿

uma02
uma02

スコア18

test CHANGED
File without changes
test CHANGED
@@ -6,9 +6,7 @@
6
6
 
7
7
  どこが間違っているのでしょうか?
8
8
 
9
-
10
-
11
- よろしくお願いします。
9
+ APIに関して初心者で投げやりな感じになってしまい申し訳ないのですがもしわかる方がいらっしゃったらご回答よろしくお願いします。
12
10
 
13
11
 
14
12
 

1

タイトルを修正しました

2020/12/09 03:58

投稿

uma02
uma02

スコア18

test CHANGED
@@ -1 +1 @@
1
- openweathermapAPIを使って天気情報を取得したい
1
+ OpenWeatherMapAPIを使って天気情報を取得したい
test CHANGED
File without changes