Chapter 11 Can't do UI Test

page 266 ~ 26758

When running in debugging mode
let app = XCUIApplication () This code gives an error.
The error message is
You get “caught” NSInternalInconsistencyException “,” No target application path specified via test configuration: <XCTestConfiguration: 0x6000001fc600> ".

Googleling does not find the answer.
What’s wrong?13

@hyegon Check to make surethat you have a target application specified in the setting for the test target.

37

@bomorefield tanks!!