-
Notifications
You must be signed in to change notification settings - Fork 970
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
Missing header files in j2objc 2.3 JRE.framework (android/icu/text/UForwardCharacterIterator.h) #1020
Comments
Hi, I see, this class is hidden in the Android ICU version: But in our case, we should expose the header file because UCharacterIterator implements UForwardCharacterIterator. In case I am missing something, your project should be using this new functionality somehow, maybe through a java.time class? Could you share the list (stack) of include files that lead to UCharacterIterator? Thanks, |
Hi, I don't use any new functionality, but this happen when nothing more but using framework JRE provided by j2ObjC distribution:
This UCharacterIterator.h is in JRE.framework, not in my generated code. And it references to non-existing file in this framework. Have a nice day, |
Thanks for the additional details! I'll make sure the header is included in the next release. In the meantime, please copy the attached header (rename to .h) to the following locations inside the J2ObjC distribution folder: |
… UCharacterIterator implements it. Change on 2018/12/20 by antoniocortes <antoniocortes@google.com> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=226354958
Fixed in 2.3.1. |
Hi,
we upgraded to j2objc 2.3. After clean recompile of our project we got compilation error related new support of Android ICU. It looks like, that some referenced header files are not included in JRE.framework. We are using precompiled zip file downloaded from j2objc site.
But there is no UForwardCharacterIterator.h in JRE.framework in android/icu/text/UForwardCharacterIterator.h.
Thanks,
Jindrich
The text was updated successfully, but these errors were encountered: