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
Post a Comment