[Carthage] keychain-swift fails to build on XCODE 12.0 beta 4 (12A8179i)
SudhirGadhvi opened this issue · 2 comments
SudhirGadhvi commented
keychain-swift fails to build on XCODE 12.0 beta 4 (12A8179i)
Build Failed
Task failed with exit code 1:
/usr/bin/xcrun lipo -create /Users/Sudhir/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A8179i/keychain-swift/19.0.0/Build/Intermediates.noindex/ArchiveIntermediates/KeychainSwift/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/KeychainSwift.framework/KeychainSwift /Users/Sudhir/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A8179i/keychain-swift/19.0.0/Build/Products/Release-iphonesimulator/KeychainSwift.framework/KeychainSwift -output /Users/Sudhir/Documents/S!D/Projects/RosterBuster-iOS/Carthage/Build/iOS/KeychainSwift.framework/KeychainSwift
- Library setup method: Carthage
- Version of the library: 19.0.0
- Xcode version: 12.0 beta 4
- OS version: iOS 14.0
Reproduce
Steps to reproduce:
- Delete derived Carthage Cache.
- Delete Carthage directory in project.
- Uninstall Carthage and install it again.
xcode-select --switch
to choose the Xcode 12 beta- Remove
/Library/Caches/org.carthage.CarthageKit/DerivedData/
carthage update --platform iOS --no-use-binaries
evgenyneu commented
Thanks for reporting the issue. Does it look similar to this one?
Carthage/Carthage#3019
SudhirGadhvi commented
Thanks for reporting the issue. Does it look similar to this one?
Carthage/Carthage#3019
Yes, I have tried this one Carthage/Carthage#3019 (comment)
It works for another library except for Keychain-swift.
Even I tried this one also: Carthage/Carthage#3019 (comment)
still failed for Keychain-swift.
Can you suggest if there is anything I should try?