BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.85k stars 605 forks source link

Carthage support - schemes need to be set `shared` #192

Closed dhmspector closed 6 years ago

dhmspector commented 6 years ago

Hi

Was hoping to use GPUImage with Carthage, but neither of the project's schemes are marked shared which is the way Carthage figure out where the frameworks are in the project.

*** Skipped building GPUImage2 due to the error:
Dependency "GPUImage2" has no shared framework schemes

If you believe this to be an error, please file an issue with the maintainers at https://github.com/BradLarson/GPUImage2/issues/new
dhmspector commented 6 years ago

Oops! Sorry - I see someone has already submitted a PR with the schemes set to shared.