rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

App Crash in SCFilter+VideoComposition.m (Random Issue) #356

Open RonakKalavadia opened 7 years ago

RonakKalavadia commented 7 years ago

Don't Know why app is crash. In Development mode it is not crash but in live version it is crash randomly. see attached screenshots. screen shot 2016-10-18 at 10 25 06 am

SCFilter+VideoComposition.m Line no 19 -> Finishwithimage

tomisacat commented 7 years ago

You could set the target's optimization level to Fastest, Smallest[-Os] to simulate production environment and try to reproduce this problem. Mark breakpoints if needed.