Carthage build error using release 3.0.0
darioDelTemple opened this issue · 1 comments
darioDelTemple commented
Problem:
When trying to include JustLog version 3.0.0 I get the following error:
.../Carthage/Checkouts/JustLog/JustLog/Classes/Logger.swift:101:35: error: 'scheduledTimer(withTimeInterval:repeats:block:)' is only available on iOS 10.0 or newer
dispatchTimer = Timer.scheduledTimer(withTimeInterval: dispatchInterval, repeats: true) { [weak self] timer in
^
...
Solution:
increase the iOS Deployment target in project.pbxproj to 10.0 (from 8.0)
albertodebortoli commented
Hi @darioDelTemple, this seems to be solved with #79.