I'm have developing one video play application in cocoa. I got one sample code then tried to run. but got exception is "AVKIt is not found".
below link i got source https://developer.apple.com/library/mac/samplecode/AVKitPlayerOSX/Introduction/Intro.html
I'm using Xcode 5.0 or later, OS X v10.9.1
after i found and copy AVKIT.Framework in the following location "/System/Library/Frameworks/AVKit.framework" and added my project after then also im getting same exception.
Ref ; https://developer.apple.com/library/mac/documentation/AVKit/Reference/AVKitFramework/_index.html
Any once please help me how i can run this code and add AVKit.framework in application