iOS

UITests Error가 발생할 때 No target application path specified via test configuration

StudySpare 2023. 2. 20. 09:32
반응형

UITest를 실행하려고 할 때, 아래와 같은 에러가 발생하는 경우.

UITest file을 어느 Target에 추가 했는지 확인해봐야 한다. 내 경우에는 UnitTests Tartget에 UITests를 추가해서 발생한 문제였고,  UITest Target을 별도로 생성해서 UITest를 구성함으로써 문제를 해결했다.

 

ErrorMessage:
testLaunchPerformance(): No target application path specified via test configuration: <XCTestConfiguration:xxx>

반응형