Thursday 31 July 2014

Common Error of iOS : 

1. xcode timed out waiting for app to launch:

Reason 1. : It turned out I was using my Distribution Profile instead of the Developer Profile in Debug mode. You can check the Profile you are using by going to Build Settings->Code Signing Entity.
Make sure you are using your Developer Profile in Beta and Debug mode.

Reason 2. : I had this problem when I used a Distribution certificate instead of Developer one when running the app from Xcode. You may check it out your target --> Build Settings --> Code signing.

Check Below Links:

No comments:

Post a Comment