evgenyneu / Cosmos

A star rating control for iOS/tvOS written in Swift
MIT License
2.18k stars 366 forks source link

Build Failed when Build Cosmos with Xcode 12.0.1 via Carthage #174

Closed h1d3mun3 closed 3 years ago

h1d3mun3 commented 3 years ago

A build error occurred when I build cosmos via carthage.

is it my mistake...? 😭

console log

*** Checking out Cosmos at "23.0.0"
*** xcodebuild output can be found in /var/folders/j8/hcjj5z0d0114p1nrnmv6tz380000gp/T/carthage-xcodebuild.3dtHMN.log
*** Building scheme "Cosmos" in Cosmos.xcodeproj
Build Failed
    Task failed with exit code 1:
    /usr/bin/xcrun lipo -create /Users/takahashi_hidemune/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0.1_12A7300/Cosmos/23.0.0/Build/Intermediates.noindex/ArchiveIntermediates/Cosmos/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Cosmos.framework/Cosmos /Users/takahashi_hidemune/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0.1_12A7300/Cosmos/23.0.0/Build/Products/Release-iphonesimulator/Cosmos.framework/Cosmos -output /Users/takahashi_hidemune/GitHub/CosmosTestBuild/Carthage/Build/iOS/Cosmos.framework/Cosmos

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/j8/hcjj5z0d0114p1nrnmv6tz380000gp/T/carthage-xcodebuild.3dtHMN.log

Software versions.

Xcode Version: 12.0.0.1 (12A7300) macOS Version: 10.15.7 Cosmos Version: 23.0.0

Example Project

here↓ https://github.com/h1d3mun3-74k4h45h1/CosmosTestBuild

Checked

h1d3mun3 commented 3 years ago

Oh...Sorry. I found this issue. https://github.com/Carthage/Carthage/issues/3019

according to this issue and my Carthage behavior, I think this problem is cause to Xcode 12.

sorry this! I'll closed this issue.