Skip to content

Instantly share code, notes, and snippets.

@AaronMT
Created September 25, 2020 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AaronMT/09205ae113398a0ba876e50efb09e7f0 to your computer and use it in GitHub Desktop.
Save AaronMT/09205ae113398a0ba876e50efb09e7f0 to your computer and use it in GitHub Desktop.
% carthage bootstrap --platform iOS --no-use-binaries --cache-builds
Please update to the latest Carthage version: 0.36.0. You currently are on 0.34.0
*** Checking out lottie-ios at "477959517babbeb46e69a6e94ae1c666af559e96"
*** Checking out Nimble at "v8.0.4"
*** Checking out RxSwift at "9b31a15520306b073cb9d46456f64826c1d6dcab"
*** Checking out Quick at "v2.2.0"
*** Cloning RxSwift
*** Cloning lottie-ios
*** Cloning Quick
*** Cloning Nimble
*** No cache found for lottie-ios, building with all downstream dependencies
*** No cache found for Nimble, building with all downstream dependencies
*** No cache found for Quick, building with all downstream dependencies
*** No cache found for RxSwift, building with all downstream dependencies
*** xcodebuild output can be found in /var/folders/x3/xfm0ccgn1dx3v83wmcws6m6w0000gn/T/carthage-xcodebuild.OPrNNa.log
*** Building scheme "Lottie_iOS" in Lottie.xcodeproj
Build Failed
Task failed with exit code 1:
/usr/bin/xcrun lipo -create /Users/aaronmt/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A7209/lottie-ios/477959517babbeb46e69a6e94ae1c666af559e96/Build/Intermediates.noindex/ArchiveIntermediates/Lottie_iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Lottie.framework/Lottie /Users/aaronmt/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A7209/lottie-ios/477959517babbeb46e69a6e94ae1c666af559e96/Build/Products/Release-iphonesimulator/Lottie.framework/Lottie -output /Users/aaronmt/Mozilla/guardian-vpn-ios/Carthage/Build/iOS/Lottie.framework/Lottie
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/x3/xfm0ccgn1dx3v83wmcws6m6w0000gn/T/carthage-xcodebuild.OPrNNa.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment