I download the code of Brad Larson from here. When I run it. It shows the build successful but it's not run in simulator. please direct me in right direction.
I check the method in app delegate file
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{
.......
}
not called.
Thanks