vinivendra / Gryphon

The Swift to Kotlin translator.
https://vinivendra.github.io/Gryphon/
Other
609 stars 46 forks source link

Error installing Gryphon on maOS 12.2.1 (Monterey) #118

Closed msegced closed 1 year ago

msegced commented 2 years ago

Describe the bug When I install Gryphon with home-brew and manually I always get: error: the library 'GryphonLib' requires macos 10.13, but depends on the product 'SourceKittenFramework' which requires macos 12.0; consider changing the library 'GryphonLib' to require macos 12.0 or later, or the product 'SourceKittenFramework' to require macos 10.13 or earlier.

How to reproduce it How can someone else make this bug happen in their computer?

  1. $ git clone https://github.com/vinivendra/Gryphon.git
  2. $ cd Gryphon
  3. $ ./Scripts/install.sh

Your environment (please complete the following information):

Thanks in advance.

vinivendra commented 2 years ago

Hi @msegced, thanks for opening this bug report. We might have a solution for it (which is being discussed in #177), I'll let you know if we deploy it so that you can try again.

tfmart commented 2 years ago

I've opened #120 to fix this issue

Alphapage commented 1 year ago

Hello, 2 months without being able to install the tool !!! Switch to v12 , swift-tools-version:5.5 and "https://github.com/jpsim/SourceKitten",.exact("0.33.0") We need to be able to install gryphon

pnewell commented 1 year ago

Until they merge it, this will allow you to install:

mint install tfmart/Gryphon@swift5.7-beta

mlyongardiner commented 1 year ago

Hi, is there no option for Swift 5.7 without Mint?

vinivendra commented 1 year ago

Hey folks, we’re concentrating all efforts to support the latest Swift, Xcode and macOS versions to issue #127. If you there’s anything you’d like to contribute, please feel free to join the discussion there.

vinivendra commented 1 year ago

Closing this issue as a duplicate, feel free to comment here again if you have any new information that might suggest this is a different problem.