socketsupply / create-socket-app

Create Socket App, is like Create React App but helps you build native apps for mobile and desktop with Svelte, Reactjs, Vuejs and others!
134 stars 14 forks source link

MacOS Monterey has libuv error #45

Closed sheldonth closed 1 year ago

sheldonth commented 1 year ago

When I run ssc build -r I see lots of

node/v16.13.0/lib/node_modules/@socketsupply/socket/node_modules/@socketsupply/socket-darwin-arm64/lib/arm64-desktop/libuv.a(libuv_la-tcp.o)) was built for newer macOS version (13.0) than being linked (12.0)

I can just upgrade MacOS I suppose - but wanted to throw this out there in case you felt like offering a version linked to an older version of libuv.

The build also fails with some missing symbols.

lamiazar commented 1 year ago

I can just upgrade MacOS I suppose - but wanted to throw this out there in case you felt like offering a version linked to an older version of libuv.

@sheldonth Thank you for reporting this issue. Currently, our main focus is building for newer macOS versions, supporting older versions is not our priority at the moment. If you have any additional questions, please lets us know.