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

Carthage update fails to clone full repo content of one dependency #3326

Open
wozhiaibiancheng opened this issue Feb 9, 2023 · 0 comments
Open

Comments

@wozhiaibiancheng
Copy link

wozhiaibiancheng commented Feb 9, 2023

  • carthage install method: [ ] .pkg, [Y] homebrew, [ ] source
  • which carthage: /opt/homebrew/bin/carthage
  • carthage version: 0.38.0
  • xcodebuild -version: Xcode 13.2.1 Build version 13C100
  • Are you using --no-build? Yes
  • Are you using --no-use-binaries? No
  • Are you using --use-submodules? No
  • Are you using --cache-builds? No
  • Are you using --new-resolver? No
  • Are you using --use-xcframeworks? No

Cartfile
git "example-a.git" "master"
git "example-b.git" "master"

Carthage Output
git hash all fetched at master HEAD

Actual outcome
example-a is about 10M and all content cloned
example-b is about 45M and just part of the repo content cloned

Expected outcome
Carthage should clone all the content in example-b

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

1 participant