You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: