ainame / Swift-WebP

A thin libwebp wrapper in Swift that provides both encode/decode APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to build framework using Xcode 12 Beta 5

AaaK00 opened this issue · comments

Following error occurs at least for me when running command: "carthage update --use-submodules"

*** Checking out Swift-WebP at "v0.4.0"
*** No cache found for Swift-WebP, building with all downstream dependencies
*** xcodebuild output can be found in /var/folders/0j/5v48p04s3pxc50pp0zjqt8xr0000gn/T/carthage-xcodebuild.TxIJaP.log
*** Downloading Swift-WebP.framework binary at "v0.4.0"
*** Building scheme "WebP iOS" in WebP.xcworkspace
Build Failed
	Task failed with exit code 1:
	/usr/bin/xcrun lipo -create /Users/XXX/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A8189h/Swift-WebP/v0.4.0/Build/Intermediates.noindex/ArchiveIntermediates/WebP\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/WebP.framework/WebP /Users/XXX/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A8189h/Swift-WebP/v0.4.0/Build/Products/Release-iphonesimulator/WebP.framework/WebP -output /Users/XXX/Pods/NSCSDK/Carthage/build/iOS/WebP.framework/WebP

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/0j/5v48p04s3pxc50pp0zjqt8xr0000gn/T/carthage-xcodebuild.TxIJaP.log

Are others able to use the component with Xcode 12?

This seems to be actually Carthage issue. Carthage/Carthage#3019