-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
- carthage install method: [ ] .pkg, [x] homebrew, [ ] source
which carthage
:/opt/homebrew/bin/carthage
carthage version
:0.39.1
xcodebuild -version
:Xcode 16.0 Build version 16A5171c
- 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 "weichsel/ZIPFoundation" == 0.9.12
Carthage Output
$ carthage bootstrap --platform ios --use-xcframeworks
*** Checking out ZIPFoundation at "0.9.12"
*** xcodebuild output can be found in /var/folders/5y/qxh283h12bb2xx2v0w0__2gh0000gp/T/carthage-xcodebuild.txyBtz.log
*** Building scheme "ZIPFoundation" in ZIPFoundation.xcodeproj
Build Failed
Task failed with exit code 1:
/usr/bin/xcrun dsymutil /Users/steffen/Library/Caches/org.carthage.CarthageKit/DerivedData/16.0_16A5171c/ZIPFoundation/0.9.12/Build/Intermediates.noindex/ArchiveIntermediates/ZIPFoundation/IntermediateBuildFilesPath/ArchiveIntermediates/ZIPFoundation/BuildProductsPath/Release-iphoneos/ZIPFoundation.framework/ZIPFoundation -o /Users/steffen/Library/Caches/org.carthage.CarthageKit/DerivedData/16.0_16A5171c/ZIPFoundation/0.9.12/Build/Intermediates.noindex/ArchiveIntermediates/ZIPFoundation/IntermediateBuildFilesPath/ArchiveIntermediates/ZIPFoundation/BuildProductsPath/Release-iphoneos/ZIPFoundation.framework.dSYM
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/5y/qxh283h12bb2xx2v0w0__2gh0000gp/T/carthage-xcodebuild.txyBtz.log
carthage-xcodebuild.txyBtz.log
Actual outcome
Carthage dsymutil
invocation fails because the directory /Users/steffen/Library/Caches/org.carthage.CarthageKit/DerivedData/16.0_16A5171c/ZIPFoundation/0.9.12/Build/Intermediates.noindex/ArchiveIntermediates/ZIPFoundation/IntermediateBuildFilesPath/ArchiveIntermediates
does not exist.
Expected outcome
Carthage builds the xcframework and its dsyms successfully.
$ carthage bootstrap --platform ios --use-xcframeworks
*** Checking out ZIPFoundation at "0.9.12"
*** xcodebuild output can be found in /var/folders/5y/qxh283h12bb2xx2v0w0__2gh0000gp/T/carthage-xcodebuild.csuR22.log
*** Building scheme "ZIPFoundation" in ZIPFoundation.xcodeproj
Context:
The content of /Users/steffen/Library/Caches/org.carthage.CarthageKit/DerivedData/16.0_16A5171c/ZIPFoundation/0.9.12/Build/Intermediates.noindex/ArchiveIntermediates/ZIPFoundation/IntermediateBuildFilesPath/
is:
EagerLinkingTBDs
UninstalledProducts
XCBuildData
ZIPFoundation.build
A ZIPFoundation
binary is located at /Users/steffen/Library/Caches/org.carthage.CarthageKit/DerivedData/16.0_16A5171c/ZIPFoundation/0.9.12/Build/Intermediates.noindex/ArchiveIntermediates/ZIPFoundation/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/ZIPFoundation.framework/ZIPFoundation
.