contentful-labs / Concorde

Download and decode progressive JPEGs on iOS.
MIT License
1.44k stars 152 forks source link

Add support for bitcode #8

Open iheart2code opened 9 years ago

iheart2code commented 9 years ago

When I try to include this in an iOS 9 project, I get errors about bitcode support not being available on a certain ARM architecture. As a result, I have to disable bitcode for my entire app.

neonichu commented 8 years ago

This library vendors the release versions of libjpeg-turbo which so far do not ship with bitcode.

rcrimp commented 8 years ago

A workaround which works for me is to disable bitcode just for the Concorde Pod. It's still enabled for every other Pod and the Project.

zgosalvez commented 8 years ago

+1

codenameDuchess commented 8 years ago

+1

sxua commented 7 years ago

And here's a build script for building libjpeg-turbo with bitcode enabled: https://macteo.it/build/2016/08/09/libjpeg-turbo-with-bitcode.html

tirrorex commented 7 years ago

So this issue is now solvable by the contributors?