EvgenyKarkan / EKAlgorithms

EKAlgorithms contains some well known CS algorithms & data structures.
MIT License
2.42k stars 363 forks source link

No visible interface for #87

Closed aspcartman closed 10 years ago

aspcartman commented 10 years ago
Error:(33, 53) no visible @interface for 'NSNumber' declares the selector 'isLessThan:'
Error:(52, 26) no visible @interface for 'NSNumber' declares the selector 'isGreaterThan:'

etc. It seems podspec has some dependency missing. Strange enough, no invalid imports detected.

EDIT: Well, NSComparisonMethods is only available on macosx. Well, I guess I make a fix and a pull request.

aspcartman commented 10 years ago

Also update tag and a podspec (in cocoapods repo), please, so I could remove a ":head" flag from my Podfile. =)

EvgenyKarkan commented 10 years ago

Closed