inspace-io / VideoOverlayProcessor

A library to simplify adding overlays to video for iOS
MIT License
20 stars 5 forks source link

Crash on Add watermark (subtitles) button pressed #2

Closed piechart closed 3 years ago

piechart commented 3 years ago
Screenshot 2020-12-09 at 19 17 20

Both Add watermark and Add subtitles buttons tap lead to this type of crash -

Thread 22: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
libxpc.dylib`_xpc_api_misuse

iOS 14.2

Only happens in Simulator. Works fine once installed on real iPhone

piechart commented 3 years ago

I believe this just must be tested on real device, since everything works like a charm 👍