Missing libXCTestSwiftSupport.dylib

I would like to share my experience with this error. It happened to me when I installed RxSwift via SPM.
So this was the problem: I assigned RxTest and RxBlocking to App Target instead of Test Target changing that solved the issue.

4 Likes