Open missinglink opened 1 year ago
Are you using the latest SSC from master?
@jwerle I'm also unable to build with the latest SSC from master
(I'm on macOS as well)
@jwerle I'm also unable to build with
the latest SSC from master
(I'm on macOS as well)
Do you have the same error?
Do you have the same error? No:
• Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.1.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
clang: error: no such file or directory: './src/extension.mm'
clang: warning: -lsocket-runtime: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -framework UniformTypeIdentifiers: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -framework CoreBluetooth: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -framework Network: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -framework UserNotifications: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -framework WebKit: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -framework Cocoa: 'linker' input unused [-Wunused-command-line-argument]
clang: warning: -framework OSLog: 'linker' input unused [-Wunused-command-line-argument]
+0ms
@missinglink @lamiazar can you share the output of ssc --version
? I have:
0.4.0 (7f236cc8)
Installation path: /Users/werle/repos/socketsupply/socket-stable/build/npm/darwin/packages/@socketsupply/socket-darwin-arm64/
ssc -v
0.4.0 (62e26b02)
Installation path: /Users/lamia/socket/build/npm/darwin/packages/@socketsupply/socket-darwin-arm64/
@lamiazar Can you try building with the latest master branch from https://github.com/socketsupply/socket ?
@lamiazar Can you try building with the latest master branch from https://github.com/socketsupply/socket ?
yes, I'm on it
Your commit 62e26b02
seen when you do ssc --version
is not the latest build from master. It refers to this moment in time: https://github.com/socketsupply/socket/commit/62e26b02
@jwerle I'm using this : ./bin/clean.sh && VERBOSE=1 ./bin/install.sh
to build, but I'm still getting a different version
ssc -v
0.4.0 (8ddca54c)
I still have this issue after I updated ssc
, Joe is working on it.
@jwerle I don't get any errors now but the window opens without any output
@lamiazar no worries, we'll get to this when we can. More pressing issues currently!
@lamiazar no worries, we'll get to this when we can. More pressing issues currently!
Sounds good, I'm doing some cleanup for the project board and I tried to reproduce this issue.