> Apple's sample code Image Transition and Cocoa Slides both crash when built
> using Xcode 5.1 and run on 10.9.2
When built with 10.9 SDK, views using CIFilters need their
layerUsesCoreImageFilters set to YES.
Yeah, it bit me too...it's in the 10.9 release notes somewhere.
> But built apps
On Mar 31, 2014, at 11:17 AM, Kevin Meaney wrote:
> Apple's sample code Image Transition and Cocoa Slides both crash when built
> using Xcode 5.1 and run on 10.9.2. But built apps that apple provides with
> the sample code still work on 10.9.2. When built using Xcode 5.1 these
> samples crash
I think this problem might go beyond Core Animation, unless NSAnimation is
using CoreAnimation under the hood.
Apple's sample code Image Transition and Cocoa Slides both crash when built
using Xcode 5.1 and run on 10.9.2. But built apps that apple provides with the
sample code still work on 10.