I upgraded the project to Xcode 5 and enabled modules in the build settings. However, I see the Unexpected '@' in program compiler error when I use @import .
#ifndef __IPHONE_7_0 #warning "This project uses features only available in iOS SDK 7.0 and later." #endif #ifdef __cplusplus #import <opencv2/opencv.hpp> #endif #ifdef __OBJC__ @import SystemConfiguration; @import UIKit;
Is this something else to do?
ios ios7 xcode5
Shmidt 09 Oct '13 at 12:56
source share