Neal
Neal

Reputation: 304

iOS Simulator failed to install the application msg with successful build

I have a Problem with xcode in running the app in simulator.

Problem :
After the success full build, xcode shows a message saying "iOS Simulator failed to install the application."

Actions : result :

xcode version : 5.1.1
mac OS version : 10.9
iOS version used in simulator : 7.1

Any Suggestion Would be a great help. Thanks in Advance.

Upvotes: 0

Views: 589

Answers (2)

Neal
Neal

Reputation: 304

Thanks every one for the help and suggestions,

I just solved the problem by reinstalling xcode from the app store.

Upvotes: 1

Mihir Mehta
Mihir Mehta

Reputation: 13843

There could be many reason. it's not clear from your question still you can try following

1> make sure you do not have any long task running on your main thread in didFinishLaunchingWithOptions

2> try with different simulator

3> Try after deleting derived data

4> Try it in device if possible. If it works on device than you do not need to worry. Probably it's intermittent issue and will be resolve.

Upvotes: 0

Related Questions