Updated to macOS Catalina and Xcode 12 (GM). Went to re-build SwiftyDropbox via carthage and got a build failure:
% carthage update --platform iOS
*** Fetching SwiftyDropbox
*** Fetching Alamofire
*** Checking out Alamofire at "4.9.1"
*** Checking out SwiftyDropbox at "5.1.0"
*** xcodebuild output can be found in /var/folders/_5/5l75kztx2js6d20w3rsyh45c0000gn/T/carthage-xcodebuild.vwNKbg.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
Build Failed
Task failed with exit code 1:
/usr/bin/xcrun lipo -create /Users/randy/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A7209/Alamofire/4.9.1/Build/Intermediates.noindex/ArchiveIntermediates/Alamofire\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Alamofire.framework/Alamofire /Users/randy/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A7209/Alamofire/4.9.1/Build/Products/Release-iphonesimulator/Alamofire.framework/Alamofire -output /Users/randy/projects/Colorado-CRS/Carthage/Build/iOS/Alamofire.framework/Alamofire
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/_5/5l75kztx2js6d20w3rsyh45c0000gn/T/carthage-xcodebuild.vwNKbg.log
Worked OK on macOS Mojave and Xcode 11.3.1 immediately prior. Anyone know if this is a known issue, or how I can get past it?