0
我是新手編碼器,我正在使用教程來幫助我學習。'CLLocationManagerDelegate'無法構造,因爲它沒有可訪問的初始化器。
我正在做一個天氣應用程序,但我收到這個錯誤,並希望有人可以幫助。
'CLLocationManagerDelegate' 不能建造,因爲它沒有可訪問的初始化
謝謝。
我是新手編碼器,我正在使用教程來幫助我學習。'CLLocationManagerDelegate'無法構造,因爲它沒有可訪問的初始化器。
我正在做一個天氣應用程序,但我收到這個錯誤,並希望有人可以幫助。
'CLLocationManagerDelegate' 不能建造,因爲它沒有可訪問的初始化
謝謝。
WeatherViewController
已經是CLLocationManagerDelegate
。
你應該實例CLLocationManager
代替:
let locationManager = CLLocationManager()
謝謝!修好了它 –
不客氣! – aaron
@RichardOlekanma您能否將答案標記爲已接受? – aaron