\n
and here is the error I see:\n
In SplashScreenViewModelUnitTest
I have the following line of code:
@testable import MY_PROJECT_NAME\n
\nI tried even to replace the Test with "Use Scheme Settings" where I have my unit test plan added, but getting same error.
\n","author":{"@type":"Person","name":"mahdi"},"upvoteCount":0,"answerCount":0,"acceptedAnswer":null}}Reputation: 459
I have unit tests that are working fine when running locally. However, when I try to add a test action on Xcode Cloud on a specific tag and run it, the test fails on Xcode Cloud. Knowing that I have build and archive actions that works fine.
In SplashScreenViewModelUnitTest
I have the following line of code:
@testable import MY_PROJECT_NAME
I tried even to replace the Test with "Use Scheme Settings" where I have my unit test plan added, but getting same error.
Upvotes: 0
Views: 96