facebookarchive / pop

An extensible iOS and OS X animation library, useful for physics-based interactions.
Other
19.66k stars 2.88k forks source link

Implicit declaration of function 'POPLayerSetRotationY' is invalid in C99 #271

Closed y0unghe closed 9 years ago

y0unghe commented 9 years ago

POPLayerSetRotationY(self.frontView.layer, POPDegreesToRadians(progress)); outputs error: Implicit declaration of function 'POPLayerSetRotationY' is invalid in C99

grp commented 9 years ago

Will need more information to look into this — are you importing the header defining that function? (I'm assuming this is in your code, not Pop itself.)

I'll re-open if there's more info to investigate.