I have xcode 4.5 installed on my mac running mountain lion. And I have jailbroken iphone 4 ios 5.1.1
I started a new xcode project and added one tag.
When I try to run it on simulator 6.0, there is no problem, but when I try to run it on my ios device, I get this error:
#import <UIKit/UIKit #import "AppDelegate.h" int main(int argc, char *argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } }
Here is a picture

Hafiz source share