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

前端 未结 17 1773
清酒与你
清酒与你 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条回答
  • For me it was -framework XCTest.

    It made the app die with iOS Simulator failed to install application

    and on the device Could not inspect the application package.

    Removed it and now works.

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

    i got the same problem but solved by following way....

    1. Launch the iOS Simulator

    2. Go and click "iOS Simulator" menu

    3. Click "Reset content and settings"

    4. Close simulator and rebuild your app.

    enter image description here

    Above screen shot is showing the way how you can do this...

    I think this works for you...!!!

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

    None of the above things worked for me. I just reinstalled xcode and it worked.

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

    Alternatively, header over to iOS Simulator - Reset Content and Settings.

    This can be easier when you have a lot of apps on the simulator and can't remember which one you're currently working on.

    You need to do this for every iOS Simulator version that causes the problem.

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

    try this ....

    in my case nothing have worked for me , after resetting the content simulator also , i am not able to install the app on simulator . after that i just changed my project location . i just moved the project to other location . then it installed successfully.

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