I'm trying to use Xcode 5.1.1 to help develop an app, but I can't get the simulator to work properly. The app builds successfully, then an alert saying, "No application was specified" pops up. Then the simulator shows black with a gray bar at the bottom with a Safari icon - none of which has anything to do with our app. I know it isn't the code itself because it works fine on another computer. Any thoughts on what's going on and how I might fix it? Thanks!
Asked
Active
Viewed 981 times
3 Answers
0
Within the iPhone/iPad simulator, go to the top-menu and select "iOS Simulator" -> "Reset Content and Settings..."
Hopefully this will allow you to build as it seems the problem lies within your personal simulator rather than you code. Hope it helps!

Jack Chorley
- 2,309
- 26
- 28
-
Unfortunately, this didn't work. :( – m-use Jun 09 '14 at 21:54
0
Make sure you have a "build scheme" and that it is configured correctly, I found this thread on Apple support communities which seems to describe the same problem your facing.

Marcos Curvello
- 873
- 13
- 25
-
I found that thread as well, but don't think the resolution applies to my situation because the app I am building is not connected to Facebook in any way. – m-use Jun 10 '14 at 01:50
0
You need to make sure that identity is set under the target, I was having the same issue setting the correct plist file fixed the issue.

StackRunner
- 1,463
- 2
- 16
- 22