nicklockwood / OrderedDictionary

This library provides OrderedDictionary and MutableOrderedDictionary subclasses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are warnings when built in Xcode 9

lee-jay opened this issue · comments

There are some warnings when I build OrderedDictionary (from CocoaPods). Most are NSOrderedSet and NSMutableOrderedSet and their apis are not available under iOS 5/6/7.
Maybe the deploy target needs to be upgraded to upper iOS 7 in CocoaPods?

Warnings are as below:
4 pic