Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for bitcode #8

Open
iheart2code opened this issue Oct 28, 2015 · 6 comments
Open

Add support for bitcode #8

iheart2code opened this issue Oct 28, 2015 · 6 comments
Labels

Comments

@iheart2code
Copy link

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 neonichu changed the title Add support for iOS 9 / bitcode Add support for bitcode Jan 7, 2016
@neonichu neonichu added the bug label Jan 7, 2016
@neonichu
Copy link
Contributor

neonichu commented Jan 7, 2016

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

@rcrimp
Copy link

rcrimp commented Jan 27, 2016

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
Copy link

+1

1 similar comment
@codenameDuchess
Copy link

+1

@sxua
Copy link

sxua commented Apr 17, 2017

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
Copy link

tirrorex commented Jun 2, 2017

So this issue is now solvable by the contributors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

7 participants