flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
598 stars 40 forks source link

Dependency not available #258

Closed hakkurishian closed 6 years ago

hakkurishian commented 6 years ago

Current behavior

When initializing the submodules the following error appears.

clone of 'git@github.com:flowkey/SDL2-SwiftPackageManager.git' into submodule path '/Users/huck/Desktop/UIKit-cross-platform/SDL' failed

Expected behavior

Repository SDL2-SwiftPackagaManger.git to download correctly. Is it published? I cannot find it on GitHub.

Steps to reproduce

  1. Clone Repository
  2. cd into directory
  3. `git submodule update --init --recursive
nerdmed commented 6 years ago

@hakkurishian sorry about this, this should be resolved now! Would be great to hear if it works now for you!

Cheers

hakkurishian commented 6 years ago

thank you it works now 👍