Update min deployment target in some tests so that they don't try to link against libarclite and don't fail when it's not available.
rdar://problem/29253617
Great! So the versions in ObjCRuntime.h didn't really match what the iOS and macOS supported?
Thanks for digging into and addressing this!
In D43787#1019886, @kubamracek wrote: Great! So the versions in ObjCRuntime.h didn't really match what the iOS and macOS supported?
Yes, support for assigning nil for a key for NSMutableDictionary was added in macOS 10.11, iOS 9. Earlier versions require libarclite.