bugfender / BugfenderSDK-iOS

Bugfender SDK for iOS, a remote logger tailor-made for mobile
https://bugfender.com
Other
76 stars 30 forks source link

Bugfender 1.4.2 does not compile with swift 2.3 #24

Closed hakku276 closed 7 years ago

hakku276 commented 7 years ago

Bugfender does not compile with swift 2.3, the compiler error is:

screen shot 2017-04-14 at 12 34 07 pm

hakku276 commented 7 years ago

I converted this line to -> Bugfender.log(lineNumber:line, method: funcname, file: file, level: BFLogLevel.Default, tag: nil, message: message) and it compiles now!! but i don't know whether it is correct

jgimenez commented 7 years ago

Yes, this change is correct. This is due to a change introduced recently in the Swift interface of the method. Thanks for the PR.