location-tracker-client-swift
location-tracker-client-swift copied to clipboard
Wont build on swift 3?
I'm trying to run this in Xcode 8.3.3, which requires me to convert the project to the latest Swift syntax. When i do so, the project gives various errors when building, a few examples:
/LocationTracker/RegisterViewController.swift:97:20: Ambiguous reference to member 'dataTask(with:completionHandler:)'
/LocationTracker/LocationDoc.swift:23:70: Binary operator '*' cannot be applied to operands of type 'TimeInterval' (aka 'Double') and 'Int'
Perhaps @markwatsonatx can update the project?