I\'m following the reference at http://developer.apple.com/iphone/library/qa/qa2010/qa1702.html to capture video from the iPhone camera. It\'s a fresh project aside from the cod
Once again, I answer my own question.... I needed to add the CoreVideo and CoreMedia frameworks too.
I spent a couple hours struggling with this a variation of this issue. I am posting this to help anybody else who might be in the same situation. I had already linked CoreVideo & CoreMedia to my project. However, I was still experiencing this issue. After a lot of searching around and trying different things I came across this post. Here is my fix:
1) Remove the problematic libraries (CoreVideo and CoreMedia in my case). Do this by deleting them in the project nav and selecting "Remove References" and in the removing them from linked frameworks in "Build Phases"
2) Add the frameworks again, clean, and recompile.