Missing AVFoundation.framework

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2008-12-22T04:07:26Z Indexed on 2010/03/16 9:36 UTC
Read the original article Hit count: 401

Filed under:
|
|

Hi,

AVFoundation.framework is not where the documentation says it should be. I have iPhone SDK 2.2 installed (never had previous sdk versions installed) and I can't find that folder under /System/Library/Frameworks

I did find it under /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.sdk/System/Library/Frameworks/ folder but if I add it from that location, then the compiler can't find the header files. I tried copying the entire AVFoundation.framework folder to /System/Library/Framework, but it still can't find the header files.

How can I use AVFoundation classes?

Thanks, Alex

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk