1
votes

Symptom

  1. It works if I try to run it with iPhone 5.1
  2. If I run with simulator 6.1 the project start and then "finish". That's it. No error message. Nothing.
  3. I put breakpoint at - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions it's never called
  4. Clean the project doesn't solve the issue

I don't know what else I can do.

Because of this I cannot take screen shot of 4 inch. It seems that the 4 inch retina screenshot can only be done with simulator 6.1

1
Did you solve this problem? - Daedelus
no. not at all. One project works. This one doesn't. - Septiadi Agus

1 Answers

0
votes

When you run application . Don't for get to select Deployment Target 6.

enter image description here