melke / SlimLogger

A minimalistic logger for Swift

Repository from Github https://github.commelke/SlimLoggerRepository from Github https://github.commelke/SlimLogger

warning on sendAsynchronousRequest

matthewchung74 opened this issue · comments

I'm still getting a warning from using sendAsynchronousRequest. I'd be glad to take a look, unless you have something in the works already.

Thanks for the feedback @foobar8675
Can you describe the problem a little more? I don't get any warning in the Example project.
Maybe you mean the SSL handshake error, due to the fact that the Loggly servers use a cipher that iOS does not accept by default? (See comment in the top section of README-LogglyDestination.md)

Ah, I just realized it's because I have my deployment target set to 9.0. If you change the example project deployment target to 9.0, you'll see the same warning.

I got this too. Want a PR for this?

@SimplGy Yes, that would be great!

Similar deal for __LINE__ macros:

image

UPDATE: you already got that fixed in 6310536, awesome.