BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.21k stars 4.61k forks source link

Having trouble getting framework binary in correct folder structure #2531

Open hvsheppard1 opened 6 years ago

hvsheppard1 commented 6 years ago

I'm having trouble generating the right binary for the GPUImage.framework. When I try to build it in Xcode, I get a folder structure that contains folders named Headers and Modules. But the one I need for our project has a structure that contains the folder for Header and one for Versions, which itself contains the folders A and Current. I get this correct structure when I use the build.sh file to generate the framework, but when I pull that framework into our project and try to build it, it fails because it does not contain a slice for the armv7s architecture. I need to either: a) find a way to build the correct structure within Xcode; or b) modify the build.sh script to include the armv7s architecture. Anyone have any experience with this?