-3
コードそれを解決するために、このコードのヘルプの2つのエラーが直面しています:あなたはself.bgTask
、self.timer
、self.locationManager
などを使用している私は私が
var bgTask: BackgroundTaskManager! = UIApplication.sharedApplication().beginBackgroundTaskWithExpirationHandler({() -> Void in
print("ending background task")
UIApplication.sharedApplication().endBackgroundTask(self.bgTask)
self.bgTask = UIBackgroundTaskInvalid
})
self.timer = NSTimer.scheduledTimerWithTimeInterval(
60,
target: self.locationManager,
selector: #selector(self.startUpdatingLocation),
userInfo: nil, repeats: true)
他のサポートファイルを取得する際の問題を解決する – divyraj