BradLarson / GPUImage3

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

Simple Example code not build success #41

Closed R3l0ad3d closed 5 years ago

R3l0ad3d commented 5 years ago

I open your simple code . when i try to build it has many error check this error massage Screenshot 2019-06-14 at 2 54 19 PM

BradLarson commented 5 years ago

If you are attempting to build for the Simulator, Metal is only supported there starting with macOS 10.15 and Xcode 11. You'll need both of those to compile Metal code to the Simulator.

You should be able to build to a generic device target, or to deploy on your device using older Xcode / macOS versions.