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 checking out incorrect versions #3342

Open
pepas-everly opened this issue Jun 9, 2023 · 0 comments
Open

Carthage checking out incorrect versions #3342

pepas-everly opened this issue Jun 9, 2023 · 0 comments

Comments

@pepas-everly
Copy link

  • carthage install method: [ ] .pkg, [ ✅] homebrew, [ ] source
  • which carthage: /opt/homebrew/bin/carthage
  • carthage version: 0.39.0
  • xcodebuild -version: Xcode 14.3
  • Are you using --no-build?
  • Are you using --no-use-binaries?
  • Are you using --use-submodules?
  • Are you using --cache-builds?
  • Are you using --new-resolver?
  • Are you using --use-xcframeworks?

I'm using carthage update --no-build and carthage build --use-xcframeworks --platform iOS --no-use-binaries --cache-builds

Cartfile (excerpt)

github "DataDog/dd-sdk-ios" == 1.19.0

Carthage recently seems to be checking out the wrong version of certain dependencies.

For DataDog/dd-sdk-ios, I specify 1.19.0 yet end up with dogfood.

For microsoft/plcrashreporter I specify 1.10.2 yet end up with 1.2-rc5.

Using git sha's appears to be a workaround.

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
@pepas-everly and others