justeat/JustLog

Carthage build error using release 3.0.0

darioDelTemple opened this issue · 1 comments

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)

Hi @darioDelTemple, this seems to be solved with #79.