You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/07/10 09:58:33 UTC

[GitHub] [incubator-weex] c0decafe opened a new issue #2673: [iOS] ios sdk build fails on release/0.26

c0decafe opened a new issue #2673: [iOS] ios sdk build fails on release/0.26
URL: https://github.com/apache/incubator-weex/issues/2673
 
 
   ios sdk build fails on release/0.26:
   ```
   In file included from /tmp/incubator-weex/weex_core/Source/core/parser/dom_wson.cpp:24:
   /tmp/incubator-weex/weex_core/Source/android/utils/params_utils.h:23:10: fatal error: 'jni.h' file not found
   #include <jni.h>
            ^~~~~~~
   1 error generated.
   
   ** BUILD FAILED **
   ```
   It is caused by the below:
   
   https://github.com/apache/incubator-weex/blob/486648769934be249c3d942081debde841a20325/weex_core/Source/core/parser/dom_wson.cpp#L24
   
   removing it fixes the ios build.
   
   also it seems to not be necessary as it didn't break the android build.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services