ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.36k stars 4.16k forks source link

Build fails because of missing all dynamic-submodules #2632

Open DidarSeyidov opened 1 week ago

DidarSeyidov commented 1 week ago

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

freak4pc commented 1 week ago

Zero info, no reproduction project, no steps you tried... I'm really unsure how I can help you :)

DidarSeyidov commented 1 week ago

I added it like git@github.com:Reactive/RxSwift.git by SPM. And when I try build my project arised above errors

freak4pc commented 1 week ago

Please provide an empty repro project, I did this and didnt face any issues.

DidarSeyidov commented 1 week ago

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 https://github.com/ReactiveX/RxSwift/issues/2632#issuecomment-2407136743, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXYH5FPZ3MTHHYG56S4JV2LZ26TN5AVCNFSM6AAAAABPXW7FOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBXGEZTMNZUGM . You are receiving this because you authored the thread.Message ID: @.***>

freak4pc commented 1 week ago

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

https://github.com/ReactiveX/RxSwift/issues/2632#issuecomment-2407136743,

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.