I am trying to run my app I do the build but the stop at the splash screen in this method
#import <UIKit/UIKit.h>
int main(int argc, char* argv[])
{
@autoreleasepool {
int retVal = UIApplicationMain(argc, argv, nil, @“AppDelegate”);
return retVal;
}
}
I´m trying with xcode simulator