inspace-io / VideoOverlayProcessor

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

Cannot call value of non-function type 'module<VideoOverlayProcessor>' #1

Closed abeticlairon closed 4 years ago

abeticlairon commented 4 years ago

Thank you for this library! I tried to instantiate a processor but I get the error Cannot call value of non-function type 'module<VideoOverlayProcessor>' when setting let process = VideoOverlayProcessor.....

abeticlairon commented 4 years ago

Fixed it by manually adding the library to the project instead of using Cocoapdos