0

Xcode4.3.2 AVFoundation.framework not found

I am missing the following Framework: /System/Frameworks/AVFoundation.framework. so cannot use the AVFoundation frameworks for the iPhone simulator or device. Is there a way to download just this foundation?

can anyone help me please

thanks in advance

Santhosh
  • 13
  • 6
  • 1
    What do you mean by `you're missing it'? Isn't it in the SDK? Or you're just getting linker errors? (If the latter, try adding this framework...) –  May 15 '12 at 04:50
  • are you able to add this framework? – rishi May 15 '12 at 05:19

1 Answers1

1

You can see here System/Library/Frameworks/AVFoundation.framework Refer this link too How add Framework to project on Xcode 4.3.2

Community
  • 1
  • 1
Ramz
  • 596
  • 1
  • 6
  • 23