rollbar / rollbar-ios

Objective-C library for crash reporting and logging with Rollbar.

Home Page:https://docs.rollbar.com/docs/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'NSJSONWritingSortedKeys' is only available on iOS 11.0 or newer

deni2s opened this issue · comments

Getting 2 warnings in XCode about "NSJSONWritingSortedKeys' is only available on iOS 11.0 or newer" in DataTransferObject.m

As our company has zero warnings policy, would be nice to fix those.

'NSJSONWritingSortedKeys' has been marked as being introduced in iOS 11.0 here, but the deployment target is iOS 8.0.0
Enclose 'NSJSONWritingSortedKeys' in an @available check to silence this warning

@akornich, thanks for fixing this. Meanwhile as a workaround we are suppressing warnings with some flag in podfile for Rollbar pod.