Andrew Reed
Andrew Reed
I'm not a windows user, so would be significant effort to support. If you feel you are up to the task, fork the repo and put in a pr
i don't believe jvm target will work on platforms other than linux. I think there is no universal api in jvm for bluetooth interactions.
I think a while back i tried to get this to work with KMM but failed, it was a while back though so it may have changed. As mentioned, open...
Can you try the same thing using lightblue on Android(as you did for ios)? this rules out any reason it could be an android thing. I would also suggest, after...
im using 17, let me downgrade to 11
Running on java 11 ``` > Task :cinterop:buildCMakeDebug[arm64-v8a][realmc] FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':cinterop:buildCMakeDebug[arm64-v8a][realmc]'. > Build command failed. Error while...
i just did ``` brew install --HEAD ccache ``` And now it got alot further but another error: ``` /Users/andrewreed/Documents/workspace/realm-kotlin/packages/jni-swig-stub/build/generated/sources/jni/realmc.cpp:4742:10: error: no matching function for call to 'SWIG_JavaArrayInLonglong' if (!SWIG_JavaArrayInLonglong(jenv,...
is there a particular version of swig you are using?
I have the same version and still getting the error
What jdk are you using? ``` openjdk 11.0.13 2021-10-19 LTS OpenJDK Runtime Environment Zulu11.52+13-CA (build 11.0.13+8-LTS) OpenJDK 64-Bit Server VM Zulu11.52+13-CA (build 11.0.13+8-LTS, mixed mode) ```