Fastlane-Swift running unit tests locally via terminal throws error:The following build command failed: CompileSwift normal x86_64 for few tests files

Viewed 15

When I am trying to run all my unit tests from Xcode via fastlane on my command line. I get this error for few tests files: The following build commands failed: CompileSwift normal x86_64 .swift (in target from project ) CompileSwift normal x86_64 .swift (in target from project ) CompileSwift normal x86_64 .swift (in target from project )

Can someone help what could be going wrong? I do not see this command failed error for all tests files, only few.

0 Answers
Related