librxtxSerial.jnilib for macOS Sonoma apple silicon m3

Hi everybody,

I cannot run the example myFirstXBeeApp given in the Digi doc

java.lang.UnsatisfiedLinkError: …/eclipse/Workspace/myFirstXBeeApp/libs/native/Mac_OS_X/librxtxSerial.jnilib’ (fat file, but missing compatible architecture (have ‘i386,x86_64,unknown’, need ‘arm64e’ or ‘arm64’)),

since librxtxSerial.jnilib is only macOS intel and not for apple silicon m3

Does any one know how to get librxtxSerial.jnilib for apple silicon ?

Thanks

From what I am finding, Digi stopped support for the older Xamarin application back in May. The new sample application is for .NET and can be found at GitHub - digidotcom/digi-iot-maui: Library that helps to develop multi-platform applications that communicate with Digi IoT devices via Bluetooth Low Energy

Thank you for responding !

Unfortunately in the digi-iot-maui/[DigiIoT.Maui]/Platforms/
macOS apple silicon does not appear (only iOS)

I just wanted to follow this tutorial XBee Java Library User Guide

If you know how to produce a librxtxSerial.jnilib for apple silicon from rxtx source code or where to find it I would appreciate.

Meanwhile, I shall try xbee python library as a B plan although I would prefer the java tutorial to work.