Xcode 5 - “iOS Simulator failed to install applica

2019-01-21 06:31发布

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 works, but this is getting very tiring.

Anybody have a permanent fix or workaround?

17条回答
不美不萌又怎样
2楼-- · 2019-01-21 06:35

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

查看更多
smile是对你的礼貌
3楼-- · 2019-01-21 06:38

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.

查看更多
乱世女痞
4楼-- · 2019-01-21 06:38

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

查看更多
地球回转人心会变
5楼-- · 2019-01-21 06:40

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.

查看更多
We Are One
6楼-- · 2019-01-21 06:41

Ran into this issue today. Found it was an empty Reference Folder (blue folder) causing this. Removed the folder from Resources in Build Phase... cleaned build folder for the heck of it, and it went away.

查看更多
做自己的国王
7楼-- · 2019-01-21 06:42

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.

查看更多
登录 后发表回答