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

IOS bitcode support? #8

Open
caletbak2 opened this issue Mar 24, 2016 · 2 comments
Open

IOS bitcode support? #8

caletbak2 opened this issue Mar 24, 2016 · 2 comments

Comments

@caletbak2
Copy link

Have you tried by upgrading the scripts for supporting iOs bitcode? Or this must be done in some ICU configuration files? I am trying to compile it by adding and exporting the -fembed-bitcode everywhere in cflags, cppflags, cxxflags and ldflags with no luck.

Cheers.

@achongpison
Copy link

I'm having a similar issue with the build scripts and bitcode. Did you get it resolved?

@caletbak2
Copy link
Author

I decided to load the .dat file dynamically and compile/link icu with the stubdata.c. In this way I can compile all the ICU library in a project of my own and set the proper bitcode settings when needed. To use the udata_setCommonData method is quite easy and I am also saving APK and IPA size when compiling ICU for different CPU architectures.

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

No branches or pull requests

2 participants