We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error, when trying to setup RxSwift using the Package.swift installation file:
nlykkei-mbp:rxswift nlykkei$ swift build error: cyclic dependency declaration found: RxTestProject -> RxTestProject
How can I fix this? Everything works using CocoaPods.
nlykkei-mbp:rxswift nlykkei$ cat Package.swift // swift-tools-version:5.0 import PackageDescription let package = Package( name: "RxTestProject", dependencies: [ .package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.0.0") ], targets: [ .target(name: "RxTestProject", dependencies: ["RxSwift", "RxCocoa"]) ] )
The text was updated successfully, but these errors were encountered:
Same here. Here is the project with this bug.
Sorry, something went wrong.
SPM is plagued with bugs that we simply cannot solve unfortunately. Please see the comment here and rest of the discussions: #2127 (comment)
No branches or pull requests
I get the following error, when trying to setup RxSwift using the Package.swift installation file:
How can I fix this? Everything works using CocoaPods.
The text was updated successfully, but these errors were encountered: