-
Notifications
You must be signed in to change notification settings - Fork 143
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 build fails for version 5.0.0 #57
Comments
+1 |
Any update? It looks like the same error. /Carthage/Checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI' ** ARCHIVE FAILED ** The following build commands failed: |
In a release build, I get...
My app deployment target is iOS 11, but @available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
public struct Color : Hashable, CustomStringConvertible { I would guess Carthage build is just obscuring the underlying cause. (The project I am working on is using CocoaPods.) |
I submitted Issue #59: Broken release builds – misconfigured SwiftUI dependency — it's not a Carthage problem. |
I've been unsuccessfully trying to add this project as a Carthage dependency.
In the console I get:
And the file clearly prints out the error:
To Reproduce
Steps to reproduce the behavior:
github "yannickl/DynamicColor" >= 5.0.01
in Cartfilecarthage bootstrap/update
Expected behavior
A clear and concise description of what you expected to happen.
Smartphone (please complete the following information):
Additional context
I did try to debug the error, but I failed. The line in question is using the struct from SwiftUI, and it's enclosed with @available attribute, but still it somehow fails 🤷♂
The text was updated successfully, but these errors were encountered: