-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Xcode 11 + SPM: "No such module 'RxSwift'" #2063
Comments
Relevant thread seemingly having similar issues: |
Oh wow, it appears SwiftPM has hard coded "Release/Debug" configuration names?! What?! |
@RamblinWreck77 If this is specific to SPM / Your project - we should probably close this. Let me know :) |
I'll go ahead and close this, the cause was having a build configuration that was custom, and not Debug/Release. Hopefully this post helps anyone else who has this problem. |
/shrug https://bugs.swift.org/browse/SR-11328 Sent with GitHawk |
Steps to reproduce:
-Make new project w/view controller
-Add https://github.com/ReactiveX/RxSwift/ via File/Swift Packages/Add Package Dependency
-add import RxSwift to view controller
-Build will fail with "no such module"
Things I've tried:
✅ Clean build/nuke derived data
✅ RxSwift is included in Frameworks, Libraries, and Embedded Content for the specified target
I could just be a moron and be missing something obvious, but I thought I'd share here in case anyone else runs into this issue!
The text was updated successfully, but these errors were encountered: