I tried googling it but it's hard to find it. Is there any way to download the CoreMedia framework to include in my app?

link|improve this question

feedback

4 Answers

up vote 2 down vote accepted

In your Xcode project, there will be several frameworks (in the "Frameworks" folder). If you right click any of these and then click "Show in Finder" you can have a complete list of all the frameworks, ready to drag and drop into your project. CoreMedia.framework is one of these. This applies to all versions of Xcode.

link|improve this answer
thanks much found it, realized it's a noob question. – SeungUn Ham Jul 20 '11 at 3:48
feedback

This is included with the iOS SDK. You can link against the Core Media framework in Xcode. The reason why you don't find it anywhere is because it doesn't come separately.

link|improve this answer
feedback

It's included with XCode, just add a new framework under the "link to other libraries" build phase.

link|improve this answer
feedback

Its already there if u have installed the iOS sdk. U need to add the framework to ur project. Which version of Xcode u r using?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.