-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
valueCount(nil) should be valueCount(0) #5
Comments
Full error: |
I got the same error. Anyone have an idea? |
Replacing it with '0' seems to be okay. On Wed, Mar 4, 2015 at 11:55 AM, Nick Bewley [email protected]
|
Same error here, replacing with 0 seems to work |
Could someone PR? Thanks |
It appears this got fixed in Pop awhile back, that said I just cloned this repo fresh and was able to build without issue? If you're still having it though, perhaps you could |
Ok I updated the podlock — On Mon, May 18, 2015 at 5:02 PM, Ryan McLeod [email protected]
|
👍 On Mon, May 18, 2015 at 3:21 PM, Francescu Santoni
|
The following line (53 in POPPropertyAnimationInternal.h) causes an error
I believe the fix is as simple as changing it to
valueCount(0)
, but maybe I'm overlooking something.The text was updated successfully, but these errors were encountered: