Xcode 5 - “iOS Simulator failed to install application” every time I switch simulators

前端 未结 17 1791
清酒与你
清酒与你 2020-12-12 19:52

Using Xcode 5 GM, anytime I switch to the 5.1, 6.0 or 6.1 simulators to test, I get the error \"iOS Simulator failed to install application.\" When I reset the simulator it

17条回答
  •  隐瞒了意图╮
    2020-12-12 20:34

    if you have already developed project and you used xib to develop views then

    X-Code > Inspector Selector Bar > Interface Builder Document > opens in > and change from Xcode Default(5.o) to Xcode 4.6 .
    enter image description here
    Build and Run your app it will run successfully, if it won't run again then, header over to iOS Simulator - Reset Content and Settings. delete old app from simulator then Run again.

提交回复
热议问题