cordova-plugin-video-editor icon indicating copy to clipboard operation
cordova-plugin-video-editor copied to clipboard

transcodeVideo Crash my software on iPhone

Open CQBoyBrand opened this issue 6 years ago • 3 comments

iPhone6,ios12,My APP crashed after recording video and starting transcoding。。please help

CQBoyBrand avatar Mar 02 '19 02:03 CQBoyBrand

Same here, Did u find any solution ?

pratheeklondhe avatar Aug 17 '20 04:08 pratheeklondhe

Switch to Flutter ! :D as i did due to this plugin !

djdivesh007 avatar Aug 17 '20 09:08 djdivesh007

Haha. But its very sad that instead of solving the issue, u switched the Framework itself!!

Anyways i found a solution:
After going through ios crash logs, i found i had not obtained photo library write access permission. Adding the below permission in config.xml solved the issue.

NSPhotoLibraryAddUsageDescription

pratheeklondhe avatar Aug 17 '20 14:08 pratheeklondhe