diff --git a/lottie-ios/Classes/Private/LOTAnimationView.m b/lottie-ios/Classes/Private/LOTAnimationView.m index 55b2fa1c10..27e5c3284a 100644 --- a/lottie-ios/Classes/Private/LOTAnimationView.m +++ b/lottie-ios/Classes/Private/LOTAnimationView.m @@ -317,6 +317,8 @@ [CATransaction setDisableActions:YES]; [_compContainer displayWithFrame:_compContainer.currentFrame forceUpdate:YES]; [CATransaction commit]; + } else { + NSLog(@"%s: Keypath Not Found: %@", __PRETTY_FUNCTION__, keypath); } }