Unable to run tests via Xcode (via make test
they run perfectly)
#394
Unanswered
dcacenabes
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have a doubt. I am trying to run the test suite from Xcode on a freshly cloned Rugby repository and I get compilation errors:
@testable import Rugby
line throws error:No such module 'Rugby'
Steps to reproduce:
Expected output:
Tests build and run
Actual output:
Compilation error.
I am sure there must be some basic setup that I am missing. Would love to be able to run the tests from Xcode to easily debug new tests that I am working on. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions