#import \"AppDelegate.h\"
#import
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:
I had this issue recently and adding the constraints in code worked until I updated the app to be iPhone 6/ 6+ optimized, in that case I could still see the errors in the console log and it was in a bright pink color.
The best solution was to add the MKMapView directly on the storyboard, all messages and weird color behaviors were solved