- OC + swift project
- Multi target project for diff used
- OC and swift test case can't run success, it is show xxx.h file not found after running the tese case, and the xxx.h not only same it is diff .h file at diff run
- This project build or run at simulator and real device it is ok
- Have try to add third part framework at framework search, header search
- Have try to add dependence target
- Have clean project, restart project then re-run test case, fail too
Asked
Active
Viewed 516 times
-1

Salmon Yang
- 13
- 2
-
are you writing a bug-report, aren't you? – Quoc Nguyen Mar 27 '19 at 02:08
1 Answers
-1
- this maybe is the config missing
- the easy way to fix this is delete origin test target, please save the origin test case before delete
- create new unit test target, merge the origin test case into new target

Salmon Yang
- 13
- 2