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

xcode 14.2 carthage update fail #3340

Open
Sato-Falisa opened this issue May 25, 2023 · 1 comment
Open

xcode 14.2 carthage update fail #3340

Sato-Falisa opened this issue May 25, 2023 · 1 comment

Comments

@Sato-Falisa
Copy link

Sato-Falisa commented May 25, 2023

  • carthage install method: [ ] .pkg, [ ] homebrew, [ ] source
  • which carthage:
  • carthage version: 0.39.0
  • xcodebuild -version: xcode14.2
  • Are you using --no-build no
  • Are you using --no-use-binaries yes
  • Are you using --use-submodules no
  • Are you using --cache-builds no
  • Are you using --new-resolver? yes.
  • Are you using --use-xcframeworks? yes

Cartfile
inary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseCrashlyticsBinary.json"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json"
github "NYPL-Simplified/PDFRendererProvider-iOS" "master"
github "stephencelis/SQLite.swift" ~> 0.12.2
github "zxingify/zxingify-objc" ~> 3.6
github "readium/swift-toolkit" ~> 2.3.0

Carthage Output
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/zhudinghui/Downloads/xcoode升级尝试文件夹/方案一更新cargthage/方案一cartfile奋力一搏/Simplified-iOS/Carthage/Checkouts/swift-toolkit/Support/Carthage/Readium.xcodeproj -scheme R2Navigator -configuration Release -derivedDataPath /Users/zhudinghui/Library/Caches/org.carthage.CarthageKit/DerivedData/14.2_14C18/swift-toolkit/2.3.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive VALIDATE_WORKSPACE=NO -archivePath /var/folders/fb/c1ygrvnd0v5chlzbrc47_9bc0000gn/T/swift-toolkit SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/zhudinghui/Downloads/xcoode升级尝试文件夹/方案一更新cargthage/方案一cartfile奋力一搏/Simplified-iOS/Carthage/Checkouts/swift-toolkit)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/fb/c1ygrvnd0v5chlzbrc47_9bc0000gn/T/carthage-xcodebuild.Fe2va2.log

here is carthage-xcodebuild.Fe2va2.log detail:
The following build commands failed:
CompileSwift normal arm64 (in target 'R2Shared' from project 'Readium')
SwiftCompile normal arm64 Compiling\ Archive.swift,...................................................................iOS/Carthage/Checkouts/swift-toolkit/Sources/Shared/Toolkit/XML/XML.swift (in target 'R2Shared' from project 'Readium')
(2 failures)

Actual outcome
Carthage did or did not ...

Expected outcome
Carthage update should sucessfully!

@adson
Copy link

adson commented Jan 25, 2024

+1

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

3 participants
@adson @Sato-Falisa and others