jeudi 26 mars 2015

Sharing tests between developers using Xcode, what's going on?

In Xcode 6.2 I created a test target called CommonTests:


enter image description here


and wrote some tests in it that are all passing on my machine:


enter image description here


I marked the scheme as shared so other developers could easily run them:


enter image description here


Another developer tried to run them and got an error that I don't understand yet, but in the investigation, we discovered his Xcode is seeing the test target quite differently than mine:


enter image description here


enter image description here


Any ideas what's going on? Anything we can delete for Xcode to refresh the known tests from the code and shared scheme?


Aucun commentaire:

Enregistrer un commentaire