Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

carthage update fails #13

Closed
toshi0383 opened this issue Nov 29, 2015 · 10 comments
Closed

carthage update fails #13

toshi0383 opened this issue Nov 29, 2015 · 10 comments

Comments

@toshi0383
Copy link

 $ carthage update  
*** Fetching ReactiveFoundation
*** Fetching ReactiveUIKit
*** Fetching ReactiveKit
*** Checking out ReactiveKit at "v1.0.8"
*** Checking out ReactiveFoundation at "v1.0.4"
*** Checking out ReactiveUIKit at "v1.0.6"
*** xcodebuild output can be found in /var/folders/tr/3lftss053tqdh731cgt0w1p00000gn/T/carthage-xcodebuild.6LzfqB.log
Failed to discover shared schemes in project Quick.xcodeproj—either the project does not have any shared schemes, or xcodebuild never returned

The log file is empty.

$ xcodebuild -version
Xcode 7.1
Build version 7B91b

After removing Carthage/ dir, got same error.

@toshi0383
Copy link
Author

Using --platform iOS

$ carthage update --platform ios
*** Cloning ReactiveFoundation
*** Cloning ReactiveUIKit
*** Cloning ReactiveKit
*** Checking out ReactiveFoundation at "v1.0.4"
*** Checking out ReactiveUIKit at "v1.0.6"
*** Checking out ReactiveKit at "v1.0.8"
*** xcodebuild output can be found in /var/folders/tr/3lftss053tqdh731cgt0w1p00000gn/T/carthage-xcodebuild.bOvVcK.log
Failed to discover shared schemes in project ReactiveKit.xcworkspace—either the project does not have any shared schemes, or xcodebuild never returned

@srdanrasic
Copy link
Contributor

@toshi0383, do you have latest version of Carthage?

@toshi0383
Copy link
Author

Yes, should be the latest.

$ carthage version
0.10.0

@srdanrasic
Copy link
Contributor

Oh I love Carthage. Looks like Cartfiles for dependencies were causing problems. I've removed them so I hope it will work now. Please try.

@ivanmoskalev
Copy link

Let's use CocoaPods primarily?
On Sun, 29 Nov 2015 at 18:06, Srđan Rašić notifications@github.com wrote:

Oh I love Carthage. Looks like Cartfiles for dependencies were causing
problems. I've removed them so I hope it will work now. Please try.


Reply to this email directly or view it on GitHub
#13 (comment)
.

@Danappelxx
Copy link

@ivanmoskalev A lot of people use Carthage over cocoa pods so I don't think it's worth only using cocoa pods.

@ivanmoskalev
Copy link

@Danappelxx I think there is no trouble making the framework Carthage-supported even if we use another dependency manager as main :)

@Danappelxx
Copy link

I think the reason Carthage is being used in reactive kit is due to it being more stable and less involved. I personally think we should stick with it (at least, primarily).

@toshi0383
Copy link
Author

** BUILD SUCCEEDED **

Thanks !

@srdanrasic
Copy link
Contributor

@ivanmoskalev, I guess by "main" you mean dependency manager for "sub-frameworks" like ReactiveFoundation dependency on ReactiveKit? I've switched all that to git submodules :) Carthage honours git submodules and CocoaPods manages dependencies well so I think we should be good to go.

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

No branches or pull requests

4 participants