UIVideoEditorController crashes on iOS 7 if video maximum duration is set

804 views Asked by At

As the title states, an instance of UIVideoEditorController in an iOS 7 device causes a crash when you set the property videoMaximumDuration. This is the error that is logged in the console:

"Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITextView initWithFrame:textContainer:]: unrecognized selector sent to instance"

Any ideas why this is happening? This works fine in iOS 6.

0

There are 0 answers