as I am following the second of Apple’s beginner-tutorials “Your second iOS App”, it seems that I’ve made a mistake but I can’t figure out where:
The tutorial I am referring to: https://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/SecondiOSAppTutorial/GettingStarted/GettingStarted.html
The very first step (the first blue point) is to create a new project. In the next steps this default project gets built & run but the Apple screenshots are different from mine :
While trying to fix the problem I checked the option “Use Core Data” and the app looked like the Apple version. But later on the code of it also doesn’t match with the tutorial 🙁
Thanks for reading & I hope someone can help me with this 🙂
Edit: maybe it helps to say that a few steps further in the tutorial one has to comment out the following lines of code (“Birds” is the creative prefix of the tutorial so don’t wonder 🙂 ):
import "BirdsMasterViewController.h"
/*
@interface BirdsMasterViewController () {
NSMutableArray *_objects;
}
@end
*/
@implementation BirdsMasterViewController
This question is answered 🙂 I did not use the current version of Xcode (instead i used the default version that was shipped)