-
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
Build fails because of missing all dynamic-submodules #2632
Comments
Zero info, no reproduction project, no steps you tried... I'm really unsure how I can help you :) |
I added it like [email protected]:Reactive/RxSwift.git by SPM. And when I try build my project arised above errors |
Please provide an empty repro project, I did this and didnt face any issues. |
I added it to kotlin multiplatform project.
…On Fri, Oct 11, 2024, 3:41 PM Shai Mishali ***@***.***> wrote:
Please provide an empty repro project, I did this and didnt face any
issues.
—
Reply to this email directly, view it on GitHub
<#2632 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXYH5FPZ3MTHHYG56S4JV2LZ26TN5AVCNFSM6AAAAABPXW7FOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBXGEZTMNZUGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
We don't support that setup directly If it works in an empty project I can only assume it's something related tobuild settings that might come from KMM. You'll unfortunately have to debug independently if that's the case. |
clang: error: no such file or directory: '/Users/didar/Library/Developer/Xcode/DerivedData/iosApp-cfexvqnxmsurdpdhbwibxwhujttn/Build/Products/Debug-iphonesimulator/PackageFrameworks/RxTest-Dynamic.framework/RxTest-Dynamic'
clang: error: no such file or directory: '/Users/didar/Library/Developer/Xcode/DerivedData/iosApp-cfexvqnxmsurdpdhbwibxwhujttn/Build/Products/Debug-iphonesimulator/PackageFrameworks/RxRelay-Dynamic.framework/RxRelay-Dynamic'
clang: error: no such file or directory: '/Users/didar/Library/Developer/Xcode/DerivedData/iosApp-cfexvqnxmsurdpdhbwibxwhujttn/Build/Products/Debug-iphonesimulator/PackageFrameworks/RxSwift-Dynamic.framework/RxSwift-Dynamic'
clang: error: no such file or directory: '/Users/didar/Library/Developer/Xcode/DerivedData/iosApp-cfexvqnxmsurdpdhbwibxwhujttn/Build/Products/Debug-iphonesimulator/PackageFrameworks/RxBlocking-Dynamic.framework/RxBlocking-Dynamic'
in XCode 16
The text was updated successfully, but these errors were encountered: