You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2018. It is now read-only.
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'
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?
The text was updated successfully, but these errors were encountered: