tags:

views:

256

answers:

0

In my application,I want to open the camera in Video mode.So I write the following codes

/Codes/ myImagePickerController.mediaTypes =
[NSArray arrayWithObject:(NSString *)kUTTypeMovie]; /Codes/

And include

import MobileCoreServices/UTCoreTypes.h>

But it shows the following errors

/Errors/

"_kUTTypeMovie", referenced from: _kUTTypeMovie$non_lazy_ptr in CameraActionViewfor3_0Controller.o ld: symbol(s) not found collect2: ld returned 1 exit status /Errors/

Please let me Know why it is showing such kind of errors Where it for the absence of any FrameWork or it is for something else.

Thanx