无法构造'CLLocationManagerDelegate',因为它没有可访问的初始值设定项

时间:2017-11-18 04:19:28

标签: swift cllocationmanager

我是一名新手编码员,我正在使用教程来帮助我学习。

我正在制作天气应用程序,但我收到此错误并希望有人可以提供帮助。

  

'无法构造'CLLocationManagerDelegate',因为它没有可访问的初始值设定项

'CLLocationManagerDelegate' cannot be constructed because it has no accessible initializers

谢谢。

1 个答案:

答案 0 :(得分:4)

WeatherViewController已经是CLLocationManagerDelegate

您应该实例化CLLocationManager

let locationManager = CLLocationManager()