I have followed the instructions on how to install OpenCV on an iOS project. However when using Xcode 7 I had to add manually a prefix header. Doing this unfortunately did not h
Try placing #import < opencv2/opencv.hpp > before #import "ViewController.h".Source
#import < opencv2/opencv.hpp >
#import "ViewController.h"