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

Project won't build in Xcode even after forking your repo #8

Open
jasric89 opened this issue Jul 22, 2021 · 1 comment
Open

Project won't build in Xcode even after forking your repo #8

jasric89 opened this issue Jul 22, 2021 · 1 comment

Comments

@jasric89
Copy link

The project SimpleVm will not build in Xcode 12 as it can not download the files needed from this GitHub repo. Here is my error Log from Xcode 12.

Showing Recent Issues
Submodule 'SwiftSH.binaries' (git@github.com:migueldeicaza/SwiftSH.binaries.git) registered for path 'SwiftSH.binaries'

Cloning into '/Users/jason/Library/Developer/Xcode/DerivedData/SimpleVM-hfkccappywzjzmcpjxktzubynubp/SourcePackages/checkouts/SwiftTerm/SwiftSH.binaries'...

Host key verification failed.

fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

fatal: clone of 'git@github.com:migueldeicaza/SwiftSH.binaries.git' into submodule path '/Users/jason/Library/Developer/Xcode/DerivedData/SimpleVM-hfkccappywzjzmcpjxktzubynubp/SourcePackages/checkouts/SwiftTerm/SwiftSH.binaries' failed

Failed to clone 'SwiftSH.binaries'. Retry scheduled

Cloning into '/Users/jason/Library/Developer/Xcode/DerivedData/SimpleVM-hfkccappywzjzmcpjxktzubynubp/SourcePackages/checkouts/SwiftTerm/SwiftSH.binaries'...

Host key verification failed.

fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

fatal: clone of 'git@github.com:migueldeicaza/SwiftSH.binaries.git' into submodule path '/Users/jason/Library/Developer/Xcode/DerivedData/SimpleVM-hfkccappywzjzmcpjxktzubynubp/SourcePackages/checkouts/SwiftTerm/SwiftSH.binaries' failed

Failed to clone 'SwiftSH.binaries' a second time, aborting

@jrrk
Copy link

jrrk commented Jul 29, 2021

I had the same problem. It looks like the git@github.com must be changed to https://github.com to permit anonymous checkout, but how to do that in Xcode, I do not know ...

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