For instance a common mistake when using pop is to create a kPOPLayerScaleXY animation and set toValue to something like @(2.0) instead of the necessary tuple [NSValue valueWithCGPoint:CGPointMake(2.0, 2.0)]. This should somehow notify the developer with an error or warning.