xcode14.3 carthage update failed
- Dominant language
- Swift
- Stars
- 15.2k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
* carthage install method: [ ] .pkg, [ ] homebrew, [ ] source
* `which carthage`: /usr/local/bin/carthage
* `carthage version`: 0.39.0
* `xcodebuild -version`: Xcode 14.3 Build version 14E222b
* Are you using `--no-build`? NO
* 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`? YES
**Cartfile**
github "rs/SDWebImage" == 5.5.0
github "AFNetworking/AFNetworking" == 3.2.1
github "soffes/ISO8601" == 0.6.0
github "jsonmodel/jsonmodel" == 1.7.0
github "aws/aws-sdk-ios" == 2.6.18
github "huri000/SwiftEntryKit" == 2.0.0
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json"
**Carthage Output**
*** Cloning ISO8601
*** Cloning SDWebImage
A shell task (/usr/bin/env git clone --bare --quiet https://github.com/rs/SDWebImage.git /Users/songbincheng/Library/Caches/org.carthage.CarthageKit/dependencies/SDWebImage) failed with exit code 128:
fatal: unable to access 'https://github.com/rs/SDWebImage.git/': Empty reply from server
*** Downloading binary-only framework appsflyer-ios at "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json"
**Actual outcome**
Build fail.
**Expected outcome**
Build success.
Contributor guide
Assessment
This issue has not been assessed yet.