unable to bootstrap carthage
ninokierulf opened this issue · 3 comments
*** Building scheme "Result-watchOS" in Result.xcodeproj
xcodebuild: error: Failed to build project Result with scheme Result-watchOS.
Reason: The run destination My Mac is not valid for Running the scheme 'Result-watchOS'.
A shell task failed with exit code 70:
xcodebuild: error: Failed to build project Result with scheme Result-watchOS.
Reason: The run destination My Mac is not valid for Running the scheme 'Result-watchOS'
If you see the error, run carthage bootstrap --no-build
then carthage build
. If the latter command fails, run carthage build
again. After running it a few times, the build passes (at least in my environment).
I don't know the cause of the problem. It might be Carthage or the specific version of ReactiveCocoa. I'll update the Cartfile
later when all the frameworks are updated to support Swift 2. Then with the new Cartfile
, the problem might be fixed.
I don't see the issue with the latest Carthage (0.11), so am going to close it.
Hi,
I'm having some issue when trying to bootstrap carthage and resulted to this error
Command line error:
** BUILD FAILED **
The following build commands failed:
CompileSwift normal arm64 /Users/Documents/SwinjectMVVMExample/Carthage/Checkouts/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)
XCode Error:
< No such module 'ReactiveCocoa' >