google/google-toolbox-for-mac

GTMNSString+URLArguments.m kicks out some warnings on newer Xcodes/SDKs

thomasvl opened this issue · 2 comments

Some of the APIs being used under the hood are now deprecated, so we need to go back and add the right conditionals to the calls so when using a high enough min, it does't create any warnings.

See #198 which deprecates all of these calls.

Closing since the better path is for folks to move off the GTM helper when they have a higher min OS version.