dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

Carthage Update Failed #249

Open andre991 opened 7 years ago

andre991 commented 7 years ago

➜ App git:(master) ✗ carthage update --platform ios Cloning SlideMenuControllerSwift Checking out SlideMenuControllerSwift at "3.0.0" xcodebuild output can be found in /var/folders/yc/m_7tpx391j30_2qhsgxmbmmw0000gn/T/carthage-xcodebuild.vrnSHG.log Building scheme "SlideMenuControllerSwift-iOS" in SlideMenuControllerSwift.xcodeproj CLEAN FAILED

The following build commands failed: Check dependencies (1 failure) BUILD FAILED

The following build commands failed: Check dependencies (1 failure)

A shell task (/usr/bin/xcrun xcodebuild -project /Users/andre/Documents/PeopleMap/Carthage/Checkouts/SlideMenuControllerSwift/SlideMenuControllerSwift.xcodeproj -scheme SlideMenuControllerSwift-iOS -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65: CLEAN FAILED

The following build commands failed: Check dependencies (1 failure) BUILD FAILED

The following build commands failed: Check dependencies (1 failure)

franzks-zz commented 7 years ago

This is a duplicate issue of #246

Anyway the solution is to use this in your cartfile: github "dekatotoro/SlideMenuControllerSwift" "master"

The one in master is still 3.0.0, but already resolved this issue.

abbeyjackson commented 7 years ago

@franzks I just started getting this error myself. Our Cartfile is using 2.2.0 as that is your latest release. Is there a reason 3.0.0 isn't listed as the latest release?

abbeyjackson commented 7 years ago

Update: I changed to use 3.0.0 but get the same errors. I tried to use "master" but received the error: No available version for github "ashleymills/Reachability.swift" satisfies the requirement: "feature/ios10"

Reachability is another library we are using

abbeyjackson commented 7 years ago

Update: Not sure why but after redoing this several times, master did eventually work. Thanks!