ABTSoftware / SciChart.JS.Examples

MIT License
76 stars 36 forks source link

libSciChartLicenseServer.so for Macbook M2 #219

Open conradogarciaberrotaran opened 4 weeks ago

conradogarciaberrotaran commented 4 weeks ago

Hi, im trying to run the AdvancedLicensing in a macbook M2 and Im getting this error.

"message": "Please check whether the library has the same compilation and runtime environment.
 Error detail info: Custom { kind: Other, error: 
"dlopen(.../runtimes/linux-arm64/native/libSciChartLicenseServer.so, 0x0005): 
tried: '../runtimes/linux-arm64/native/libSciChartLicenseServer.so' (not a mach-o file),
 ./runtimes/linux-arm64/native/libSciChartLicenseServer.so' (no such file),
 '../runtimes/linux-arm64/native/libSciChartLicenseServer.so' (not a mach-o file)\"
$ node -e "console.log(os.arch())"
arm64

The architecture is amd64 but I doesn't work.

Is there a .so binary for specifically for macbook?

Thanks!