Silence-GitHub / BBMetalImage

A high performance Swift library for GPU-accelerated image/video processing based on Metal.
MIT License
988 stars 126 forks source link

Integrating via Cocoapods crash #85

Closed Maxtws closed 3 years ago

Maxtws commented 3 years ago

While integrating BBMetaImage via cocoapods I've faced a crash which occurs on every usage of any filter. Crashing code is located in BBMetalBaseFilter init method: created MTLLibrary object was nil due to it can't locate any kernels in the bundle. And the bundle itself don't even exist due to my pod file setup don't use frameworks (use_frameworks! is opted out) Please, fulfill the requirements in readme. use_frameworks! is mandatory in pod file in order for library to function properly.

Silence-GitHub commented 3 years ago

Thank you for your suggestion. Done.