-
Notifications
You must be signed in to change notification settings - Fork 43
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
watchOS build support #525
Comments
watchOS support is waiting on adding Bitcode support to the non-jre libraries distributed with J2ObjC: |
I'm not sure how useful transpiled code will be in a watch app, as (thanks So we'll certainly get to this, but I don't see how watchOS support has a On Mon, Oct 26, 2015 at 11:23 PM Bruno Bowden [email protected]
|
Fair points, especially when considering adding a lot of other libraries. On Tue, Oct 27, 2015 at 8:53 AM Tom Ball [email protected] wrote:
|
The bitcode size may indeed be much smaller, but don't forget that bitcode On Tue, Oct 27, 2015 at 10:38 AM Bruno Bowden [email protected]
|
I believe these are necessary steps to get this working (may not be complete):
|
Please, help to me at this topic google/j2objc#780 about watchOS warning. |
Requires bitcode support, i.e. adding that as a target for the clang build. Also it appears that bitcode support for the J2ObjC libraries is currently limited to the jre only.
The text was updated successfully, but these errors were encountered: