GetStream / stream-swift

Swift client for Stream API
https://getstream.io
BSD 3-Clause "New" or "Revised" License
35 stars 26 forks source link

Cannot build with Carthage #11

Closed fchauvin closed 5 years ago

fchauvin commented 5 years ago

What did you do?

Tried to integrate the framework using Carthage

What did you expect to happen?

The carthage update command to successfully finish.

What happened instead?

Received an error:

64453409-7c53c200-d0b6-11e9-9543-b75d193a1b63

Seems to be because a sub dependency added by stream-swift doesn't have a swift supported version specified.

buh commented 5 years ago

Hi @fchauvin! I've updated Cartfile. Could you check it?

fchauvin commented 5 years ago

Hello! Seems like the same issue is occurring when specifying release 2.0.0 in Carthage.

buh commented 5 years ago

Hey! Did you get the same output in logs?

buh commented 5 years ago

@fchauvin Xcode10.2 This works for me:

$ carthage update --platform iOS --cache-builds --new-resolver
*** Fetching Starscream
*** Fetching Swime
*** Fetching Moya
*** Fetching Result
*** Fetching Alamofire
*** Fetching ReactiveSwift
*** Fetching RxSwift
*** Checking out RxSwift at "4.5.0"
*** Checking out Result at "4.1.0"
*** Checking out Alamofire at "4.9.0"
*** Checking out Starscream at "3.1.0"
*** Checking out Swime at "3.0.6"
*** Checking out Moya at "13.0.1"
*** Checking out ReactiveSwift at "5.0.1"
*** No cache found for Alamofire, building with all downstream dependencies
*** No cache found for Result, building with all downstream dependencies
*** No cache found for RxSwift, building with all downstream dependencies
*** No cache found for Starscream, building with all downstream dependencies
*** No cache found for Swime, building with all downstream dependencies
*** xcodebuild output can be found in /var/folders/jc/ghydzbx93055d3l7_25_178r0000gn/T/carthage-xcodebuild.hQWca6.log
*** Skipped downloading ReactiveSwift.framework binary due to the error:
    "Bad credentials"
*** Skipped downloading Result.framework binary due to the error:
    "Bad credentials"
*** Skipped downloading Alamofire.framework binary due to the error:
    "Bad credentials"
*** Skipped downloading RxSwift.framework binary due to the error:
    "Bad credentials"
*** Skipped downloading Moya.framework binary due to the error:
    "Bad credentials"
*** Skipped downloading Starscream.framework binary due to the error:
    "Bad credentials"
*** Skipped downloading Swime.framework binary due to the error:
    "Bad credentials"
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
*** Building scheme "Result-iOS" in Result.xcodeproj
*** Building scheme "ReactiveSwift-iOS" in ReactiveSwift.xcworkspace
*** Building scheme "RxAtomic" in Rx.xcworkspace
*** Building scheme "RxBlocking" in Rx.xcworkspace
*** Building scheme "RxSwift" in Rx.xcworkspace
*** Building scheme "RxTest" in Rx.xcworkspace
*** Building scheme "RxCocoa" in Rx.xcworkspace
*** Building scheme "Moya" in Moya.xcodeproj
*** Building scheme "ReactiveMoya" in Moya.xcodeproj
*** Building scheme "RxMoya" in Moya.xcodeproj
*** Building scheme "Starscream" in Starscream.xcodeproj
*** Building scheme "Swime" in Swime.xcodeproj
*** Building scheme "Swime-Package" in Swime.xcodeproj