Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macos15 brew install skiptools/skip/skip error #295

Open
ZClee128 opened this issue Dec 5, 2024 · 14 comments
Open

macos15 brew install skiptools/skip/skip error #295

ZClee128 opened this issue Dec 5, 2024 · 14 comments

Comments

@ZClee128
Copy link

ZClee128 commented Dec 5, 2024

skiptools/skip/skip: unknown or unsupported macOS version: :dunno

@marcprux
Copy link
Contributor

marcprux commented Dec 5, 2024

Curious. Do any other Homebrew install commands work? E.g., brew install tree?

@ZClee128
Copy link
Author

ZClee128 commented Dec 6, 2024

brew install tree
brew install tree is ok

@ZClee128
Copy link
Author

ZClee128 commented Dec 6, 2024

image

@marcprux
Copy link
Contributor

marcprux commented Dec 6, 2024

skiptools/skip/skip: unknown or unsupported macOS version: :dunno

Can you try running the following commands:

sw_vers
brew untap skiptools/skip
brew tap skiptools/skip
brew install skiptools/skip/skip

And if it still fails, copy & paste the complete Terminal output into a response?

@ZClee128
Copy link
Author

ZClee128 commented Dec 9, 2024

Last login: Mon Dec 9 08:47:24 on console
yxd_mbp@yxdngMacBook-Pro ~ % brew untap skiptools/skip
Untapping skiptools/skip...
Untapped 10 casks (198 files, 609.2KB).
yxd_mbp@yxdngMacBook-Pro ~ % brew tap skiptools/skip
Running brew update --auto-update...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> New Formulae
fzf-make idsgrep render sequin weaviate-cli
==> New Casks
dorico font-playwrite-ie-guides
font-kanchenjunga nvidia-nsight-systems
font-playwrite-gb-s-guides octarine
font-playwrite-id-guides restic-browser

You have 36 outdated formulae and 1 outdated cask installed.

==> Tapping skiptools/skip
Cloning into '/opt/homebrew/Library/Taps/skiptools/homebrew-skip'...
remote: Enumerating objects: 1772, done.
remote: Counting objects: 100% (548/548), done.
remote: Compressing objects: 100% (321/321), done.
remote: Total 1772 (delta 162), reused 548 (delta 162), pack-reused 1224 (from 1)
Receiving objects: 100% (1772/1772), 458.54 KiB | 3.00 MiB/s, done.
Resolving deltas: 100% (408/408), done.
Tapped 10 casks (23 files, 555.0KB).
yxd_mbp@yxdngMacBook-Pro ~ % brew install skiptools/skip/skip
Running brew update --auto-update...
==> Upgrading 1 outdated package:
skiptools/skip/skip 0.8.36 -> 1.2.6
==> Upgrading skip
==> Caveats
Installing skip means you have AGREED to the license at:
https://skip.tools/eula

==> Downloading https://source.skip.tools/skip/releases/download/1.2.6/skip.zip
==> Downloading from https://objects.githubusercontent.com/github-production-rel
######################################################################### 100.0%
==> Purging files for version 1.2.6 of Cask skip
Error: skiptools/skip/skip: unknown or unsupported macOS version: :dunno

@marcprux
Copy link
Contributor

marcprux commented Dec 9, 2024

What does the command sw_vers report?

Is there anything unusual you can think of about your macOS installation?

@ZClee128
Copy link
Author

ZClee128 commented Dec 9, 2024

yxd_mbp@yxdngMacBook-Pro ~ % sw_vers
ProductName: macOS
ProductVersion: 15.1
BuildVersion: 24B83

@ZClee128
Copy link
Author

ZClee128 commented Dec 9, 2024

What does the command sw_vers report?

Is there anything unusual you can think of about your macOS installation?

I don’t think there’s anything unusual about my macOS installation. It’s a standard setup.

@marcprux
Copy link
Contributor

marcprux commented Dec 9, 2024

Can you try running brew update-reset?

There's a long thread about this error at https://github.com/orgs/Homebrew/discussions/941

@ZClee128
Copy link
Author

ZClee128 commented Dec 9, 2024

It worked. Thank you

@ZClee128
Copy link
Author

ZClee128 commented Dec 9, 2024

Additional error
yxd_mbp@yxdngMacBook-Pro ng个人 % skip init --open-xcode --appid=com.lzc.skip project-name Muddled
Initializing Skip application project-name
[✓] Resolve dependencies (18.52s)
[✗] Build project-name (11.96s)
[✗] /Users/yxd_mbp/Desktop/ng个人/project-name/Sources/Muddled/ViewModel.swift: error: No skip.tools license key found in ~/.skiptools/skipkey.env for transpilation of: ViewModel.swift, MuddledApp.swift, ContentView.swift.
error: An error occurred while performing transpilation: No skip.tools license key found in ~/.skiptools/skipkey.env for transpilation of: ViewModel.swift, MuddledApp.swift, ContentView.swift.
Error: No skip.tools license key found in ~/.skiptools/skipkey.env for transpilation of: ViewModel.swift, MuddledApp.swift, ContentView.swift.
[✗] Skip 1.2.7 init failed with 2 errors
See https://skip.tools/docs/faq and https://community.skip.tools for help
See output log for error details: /tmp/skip-init-2024-12-09T06:20:15Z.txt
Error: 3 errors

@ZClee128
Copy link
Author

ZClee128 commented Dec 9, 2024

image

@marcprux
Copy link
Contributor

marcprux commented Dec 9, 2024

error: An error occurred while performing transpilation: No skip.tools license key found in ~/.skiptools/skipkey.env for transpilation of: ViewModel.swift, MuddledApp.swift, ContentView.swift.

You need to get a license from https://skip.tools/eval/

@marcprux
Copy link
Contributor

marcprux commented Dec 9, 2024

image

Click on the error message and accept the dialog that says to enable the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants