I have downloaded latest openframeworks library from github.
I am able to run all mac examples. But I dont know whats wrong with iphone samples. None of the iphone examples are running. Showing lots of error everytime.
Is it problem with existing code or I have to do some settings ?
Update: These are list of few errors:

Seems like there are a couple of frameworks missing like for example CoreMedia. Add them step by step via “Add Files to “MyProject”:
To get an idea of what frameworks are missing, just look into the docs of the affected classes e.g. CMSampleBuffer belongs to CoreMedia.framework