I have xcode 4.5 installed on my mac running mountain lion. And i have a jailbroken iphone 4 ios 5.1.1
I started a new project on xcode and add one label.
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 the image
