quinntaylor / CHDataStructures

An Objective-C library of data structures, such as deque, heap, linked list, queue, stack, and tree.
Other
388 stars 78 forks source link

CHDataStructures/source/Util.m:46:49: Too many arguments to function call, expected 0, have 2 #7

Closed fatuhoku closed 9 years ago

fatuhoku commented 9 years ago

When included as a Cocoapod, using Xcode 6 GM, I get this:

screen shot 2015-01-21 at 22 26 55

I think it's an incarnation of this issue: http://stackoverflow.com/q/25852079/590767

quinntaylor commented 9 years ago

I plan to rip out GC support entirely, which will get rid of this issue.

quinntaylor commented 9 years ago

Removed in 32b3659d4f801740b4acfceb281f2c857b77cbba.

fatuhoku commented 9 years ago

:+1: :beers:

fatuhoku commented 9 years ago

Ooh, it would be good to bump the Cocoapods version — I'm having to declare it like this at the moment:

pod 'CHDataStructures', :git => 'https://github.com/quinntaylor/CHDataStructures', :commit => '12cd020da5bcf57ee05a85d04e512535e89e4fcf'
fatuhoku commented 9 years ago

BUMP podspec needs updating!

andygeers commented 8 years ago

+1 a year later it seems the podspec still needs updating