You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
On a macbook pro, M2 Max and trying to run curl https://krypt.co/kr | sh
and receive this error: kr: Unsupported OS X version 13.4. Krypton requires 10.11+
I also tried brew install kryptco/tap/kr which gives this error
wift:769:52: note: use 'compactMap(_:)' instead
let uuids = cache.components(separatedBy: ",").flatMap({UUID(uuidString: $0)}).map({CBUUID(nsuuid: $0)})
^~~~~~~
compactMap
** BUILD FAILED **
The following build commands failed:
CompileSwift normal x86_64 (in target 'krbtle' from project 'krbtle')
SwiftCompile normal x86_64 Compiling\ Bluetooth.swift,\ Globals.swift,\ Log.swift,\ Mutex.swift,\ NetworkProtocol.swift /tmp/kr-20230621-1504-a3v0sz/src/github.com/kryptco/kr/krbtle/krbtle/Bluetooth.swift /tmp/kr-20230621-1504-a3v0sz/src/github.com/kryptco/kr/krbtle/krbtle/Globals.swift /tmp/kr-20230621-1504-a3v0sz/src/github.com/kryptco/kr/krbtle/krbtle/Log.swift /tmp/kr-20230621-1504-a3v0sz/src/github.com/kryptco/kr/krbtle/krbtle/Mutex.swift /tmp/kr-20230621-1504-a3v0sz/src/github.com/kryptco/kr/krbtle/krbtle/NetworkProtocol.swift /Users/gw/Library/Developer/Xcode/DerivedData/krbtle-fabepsyoyxwciueucmrddeimkacj/Build/Intermediates.noindex/PrecompiledHeaders/krbtle.pch (in target 'krbtle' from project 'krbtle')
CompileSwift normal arm64 (in target 'krbtle' from project 'krbtle')
SwiftCompile normal arm64 Compiling\ Bluetooth.swift,\ Globals.swift,\ Log.swift,\ Mutex.swift,\ NetworkProtocol.swift /tmp/kr-20230621-1504-a3v0sz/src/github.com/kryptco/kr/krbtle/krbtle/Bluetooth.swift /tmp/kr-20230621-1504-a3v0sz/src/github.com/kryptco/kr/krbtle/krbtle/Globals.swift /tmp/kr-20230621-1504-a3v0sz/src/github.com/kryptco/kr/krbtle/krbtle/Log.swift /tmp/kr-20230621-1504-a3v0sz/src/github.com/kryptco/kr/krbtle/krbtle/Mutex.swift /tmp/kr-20230621-1504-a3v0sz/src/github.com/kryptco/kr/krbtle/krbtle/NetworkProtocol.swift /Users/gw/Library/Developer/Xcode/DerivedData/krbtle-fabepsyoyxwciueucmrddeimkacj/Build/Intermediates.noindex/PrecompiledHeaders/krbtle.pch (in target 'krbtle' from project 'krbtle')
(4 failures)
make: *** [all] Error 65
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/kryptco/homebrew-tap/issues
These open issues may also help:
fixes `brew install kr --HEAD` https://github.com/kryptco/homebrew-tap/pull/14
Then attempting the suggested fix: brew install kr --HEAD gives me this error:
Error: An exception occurred within a child process:
Errno::EINVAL: Invalid argument @ rb_file_s_rename - (/private/tmp/kr-20230621-2655-jmq4ib/src, /private/tmp/kr-20230621-2655-jmq4ib/src/github.com/kryptco/kr/src)
The text was updated successfully, but these errors were encountered:
On a macbook pro, M2 Max and trying to run
curl https://krypt.co/kr | sh
and receive this error:
kr: Unsupported OS X version 13.4. Krypton requires 10.11+
I also tried
brew install kryptco/tap/kr
which gives this errorThen attempting the suggested fix:
brew install kr --HEAD
gives me this error:The text was updated successfully, but these errors were encountered: