Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

Carthage install not work on Xcode 10.1 #4

Open
misteral opened this issue Dec 26, 2018 · 0 comments
Open

Carthage install not work on Xcode 10.1 #4

misteral opened this issue Dec 26, 2018 · 0 comments

Comments

@misteral
Copy link

Carthage build failed on Apple Swift version 4.2.1.

Cartfile:

github "Draveness/RbSwift" "master"
 ✘  /d/s/macOS   master ±  carthage update --platform macOS
*** Fetching RbSwift
*** Checking out RbSwift at "f4492d4dfbd5ecc6b299e424bfd7f36aa619098c"
*** xcodebuild output can be found in /var/folders/y0/x6j7_86s6c9br9r5yfhk11n80000gn/T/carthage-xcodebuild.1ikVNW.log
*** Building scheme "RbSwift macOS" in RbSwift.xcworkspace
Build Failed
	Task failed with exit code 65:
	/usr/bin/xcrun xcodebuild -workspace /data/simrganizer/macOS/Carthage/Checkouts/RbSwift/RbSwift.xcworkspace -scheme RbSwift\ macOS -configuration Release -derivedDataPath /Users/alek/Library/Caches/org.carthage.CarthageKit/DerivedData/10.1_10B61/RbSwift/f4492d4dfbd5ecc6b299e424bfd7f36aa619098c ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/y0/x6j7_86s6c9br9r5yfhk11n80000gn/T/RbSwift SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /data/simple-photo-organizer/macOS/Carthage/Checkouts/RbSwift)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/y0/x6j7_86s6c9br9r5yfhk11n80000gn/T/carthage-xcodebuild.1ikVNW.log

logfile:

/usr/bin/xcrun xcodebuild -workspace /data/snizer/macOS/Carthage/Checkouts/RbSwift/RbSwift.xcworkspace -scheme RbSwift\ macOS -configuration Release -derivedDataPath /Users/alov/Library/Caches/org.carthage.CarthageKit/DerivedData/10.1_10B61/RbSwift/f4492d4dfbd5ecc6b299e424bfd7f36aa619098c ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/y0/x6j7_86s6c9br9r5yfhk11n80000gn/T/RbSwift SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /data/snizer/macOS/Carthage/Checkouts/RbSwift)User defaults from command line:
    IDEArchivePathOverride = /var/folders/y0/x6j7_86s6c9br9r5yfhk11n80000gn/T/RbSwift
    IDEDerivedDataPathOverride = /Users/alrov/Library/Caches/org.carthage.CarthageKit/DerivedData/10.1_10B61/RbSwift/f4492d4dfbd5ecc6b299e424bfd7f36aa619098c

Build settings from command line:
    CARTHAGE = YES
    CLANG_ENABLE_CODE_COVERAGE = NO
    CODE_SIGN_IDENTITY = 
    CODE_SIGNING_REQUIRED = NO
    GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO
    ONLY_ACTIVE_ARCH = NO
    SKIP_INSTALL = YES
    STRIP_INSTALLED_PRODUCT = NO

note: Using new build system
note: Planning build
note: Constructing build description
Build system information
error: /data/snizer/macOS/Carthage/Checkouts/RbSwift/Pods/Target Support Files/Pods-RbSwift macOS/Pods-RbSwift macOS.release.xcconfig: unable to open file (in target "RbSwift macOS" in project "RbSwift") (in target 'RbSwift macOS')

Build system information
error: /data/snizer/macOS/Carthage/Checkouts/RbSwift/Pods/Target Support Files/Pods-RbSwift macOS/Pods-RbSwift macOS.release.xcconfig: unable to open file (in target "RbSwift macOS" in project "RbSwift") (in target 'RbSwift macOS')

Build system information
error: /data/snizer/macOS/Carthage/Checkouts/RbSwift/Pods/Target Support Files/Pods-RbSwift macOS/Pods-RbSwift macOS.release.xcconfig: unable to open file (in target "RbSwift macOS" in project "RbSwift") (in target 'RbSwift macOS')

** ARCHIVE FAILED **


Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant