domhofmann / PRTween

Lightweight tween library for iOS
BSD 2-Clause "Simplified" License
459 stars 63 forks source link

can not run on iphone simulater #44

Open yangshengchaoios opened 9 years ago

yangshengchaoios commented 9 years ago

The program will crash at the following lines: so, why?

    // @HACK: Come up with a better pattern for removing observers.
    @try {
        [tweenOperation removeObserver:[PRTween sharedInstance] forKeyPath:@"period.tweenedValue"];
    } @catch (id exception) {
    }
    @try {
        [tweenOperation removeObserver:[PRTween sharedInstance] forKeyPath:@"period.tweenedLerp"];
    } @catch (id exception) {
    }