ios - Error in UnitTests Swift -


hi i'm doing unittests in ios swift project, after run says:

 class nurse implemented in both projectname , projectname.tests  1 of 2 used. 1 undefined. 

i found there's error after every test case:

could not cast value '<project_name>.<class>' '<project_name_tests>.<class>' 

i've tried remove test build doesn't work, should do?

thanks.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -