-
Notifications
You must be signed in to change notification settings - Fork 297
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
Version 2.4.0 not compiling #228
Comments
+1, started failing for us when dependency resolution took version 2.4.0, without any code changes since prior release. |
+1, We tried to explicitly include the 2.3.1 version but due to other framework dependencies, it will also pick latest one and it leads to duplicate files. |
Are you able to share a repro project? I'm trying to reproduce the problem but haven't been able to yet. |
Since it is a private repo, I can give the scenario in which it is failing,
on queue: DispatchQueue = .promises, ❌ /Users/builder/clone/Tuist/Dependencies/SwiftPackageManager/.build/checkouts/promises/Sources/Promises/Promise+All.swift:41:30: type 'DispatchQueue' has no member 'promises' on queue: DispatchQueue = .promises,` |
+1. Facing the same issue. 2.4.0 isn't compiling... |
What Swift version is being used? |
XCode 15.2
|
Also i'm facing a problem on the CI because it's downloading the latest version building for iOS 16.2 and xcode 14.2 Eventhough a development team is selected and pipeline was working ok before signing and building the application and uploading it to appstore connect |
I just uploaded an example project here https://github.com/Nonouf/TestTuistFirebase |
Any update here ? |
Hey thanks for the reports. Is anyone experiencing this who isn't using Tuist? Or is this isolated to Tuist users? |
I am also having this issue, but I also use |
I am experiencing the same issue as @elkhoudiry on Bitrise CI with XCode 15.0.1 building for iOS 15, not using Tuist. |
It's happening with me on GitHub Actions CI |
Folks having issue with Tuist should try upgrade to Tuist 4 according to this: tuist/tuist#6036 (comment) |
The latest update 2.4.0 isn't compiling... There are plenty of errors
Type 'DispatchQueue' has no member 'promises'
.It's very problematic as the Firebase SDK is dependant on Promises 2.1.0 to 2.9.9.
The text was updated successfully, but these errors were encountered: