[solved]Jni not found in ios

Hello,

still working on facebook extension, I tried to make it work with latest everything on ios(lime, sdl backend, hxcpp ect and latest ios sdk as well).
Well this was easier than I expected, the only thing is I get error message when i run the app (with no consequences on the app itself).

I get those message :

Primitive not found : lime_jni_call_member__3
Primitive not found : lime_jni_call_static__2
Primitive not found : lime_jni_create_field__4
Primitive not found : lime_jni_create_method__5
Primitive not found : lime_jni_get_env__0
Primitive not found : lime_jni_post_ui_callback__1
Primitive not found : lime_jni_get_member__2
Primitive not found : lime_jni_set_member__3
Primitive not found : lime_jni_get_static__1
Primitive not found : lime_jni_set_static__2
Primitive not found : lime_jni_call_member__3
Primitive not found : lime_jni_call_static__2

it’s strange as i’m not using jni at all on the extension.
It’s not really dramatic as the app still run normally, but, I just like when things are clean x)

So, anyone know how I can solve this ? Thanks!

Is that the release or working from source? Did you rebuild it?

Hello,

this was from release, lime 2.7 and openfl 3.4. I can’t tell wich hxcpp was used now, I’m not at work but it was the last available on haxelib when I posted this.

Thanks

I think its fixed on Git now :slight_smile:

1 Like

Whoa, thanks a lot for your work on openfl!

1 Like