location-tracker-client-swift icon indicating copy to clipboard operation
location-tracker-client-swift copied to clipboard

Wont build on swift 3?

Open koesper opened this issue 8 years ago • 0 comments

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?

koesper avatar Jun 16 '17 07:06 koesper