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

前端 未结 17 1772
清酒与你
清酒与你 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.

    0 讨论(0)
  • 2020-12-12 20:34

    I changed my app name and bundle id midway. I happened to delete the Executable File name in my plist. I changed it back to "${EXECUTABLE_NAME}" (no quotes) and I'm back in business.

    0 讨论(0)
  • 2020-12-12 20:35

    When I got this error, the image of the phone actually appeared, but the image of the app I wanted to test did not. Instead, I was on the main page of the phone that shows the apps you have. I fixed this problem by deleting the many icons that appeared on the start screens - about 30 of them. These had been created when I testing apps over the months. So, not saying its a solution, but it started working after I deleted the old app images.

    0 讨论(0)
  • 2020-12-12 20:36

    To check your Executable file settng ex.$(EXECUTABLE_NAME) (Project setting - info property page)

    0 讨论(0)
  • 2020-12-12 20:37

    Deleting the app in the simulator works for me. just wanted to add that this happen only if I open xib that created in xcode 4.6 If it's other files, this not happen

    0 讨论(0)
  • 2020-12-12 20:37

    /Users/YOURUSERNAME/Library/Developer/Xcode/ --> remove all contents of this folder, then simply launch the app from Xcode.

    0 讨论(0)
提交回复
热议问题