ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.38k stars 4.17k forks source link

Carthage build do not produces always RxSwift.xcframework but random result #2380

Closed BaptisteSansierra closed 2 years ago

BaptisteSansierra commented 2 years ago

Short description of the issue:

carthage (0.38.0) is randomly not producing the expected framework RxSwift.xcframework

Expected outcome:

I expect the file RxSwift.xcframework to appears after a carthage build in Carthage/Build/

What actually happens:

A carthage build will randomly creates, in Carthage/Build/, one of the following :

I have no way to know if RxSwift will be there.

RxSwift/RxCocoa/RxBlocking/RxTest version/commit

6.2.0

Platform/Environment

How easy is to reproduce? (chances of successful reproduce after running the self contained code)

Xcode version:

 13

Installation method:

I have multiple versions of Xcode installed: (so we can know if this is a potential cause of your issue)

Level of RxSwift knowledge: (this is so we can understand your level of knowledge and formulate the response in an appropriate manner)

freak4pc commented 2 years ago

If it works sometimes but not all the time, it sounds like a Carthage bug and not an RxSwift bug.

BaptisteSansierra commented 2 years ago

indeed https://github.com/Carthage/Carthage/issues/3243