Added: 11 months ago
From: bijlaniamit
Views: 12,855
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (41)

Sign In or Sign Up now to post a comment!
  • everything was fine and i am new to coredata... can u upload a video to see the saved data from objects

  • Comment removed

  • Hi,

    Liking the tutorial but im stuck using xcode 4.2 - followed everything but had to import the appdelegate.h file in the implementation file to work, but when the app runs, i get sigkil and get directed to the main.m file....

    Any ideas??

  • @boxed2003 Since you are calling the appDelegate in the view controller you would have to import it. SIGKILL usually is due to an invalid variable. Please download the code and see what you are doing differently

  • good work, but how can we vieuw our database now and display all the recipes?

    can you explain that please

  • this is the by far the best and simplest explanation for Core Data i ever seen. its even better than the apple documents and tutorial videos.

    but i hope for more using Xcode 4.3 please.

  • Excellent job. You should make more of these!

  • this is great! Thank you.

  • Comment removed

  • @MacarioPrudencia Hey, I think it shows that way because that file doesn't have an extension. It's hosted on Github so you can see the contents of the file

  • Thanks for posting. I am learning Core Data on the new 4.2 Xcode. Can you a basic tutorial using this version and incorporate "storyboard". It looks easy, but there aren't a lot of easy to follow good tutorials on video like yours. Thanks in advance...

  • Awesome, awesome video and code!

    Thank you very much!!!

    I have watched Stanford's Paul Hegarty and Madison's Dr. Brad Larson. This is equally valuable.

  • This was a *great* tutorial!

  • Excellent !!! very nice explained the concept. Thank you. Need more videos on core data

  • Again, thanks for the tutorial! Is there an easy way to enter the recipe into the database to make it a "read only" recipe app? Thanks!

  • Great video...

    I updated to Lion and Xcode 4. Things are quite different in it and I cannot get the app which ran in Xcode 3 to run in 4. Now that I'm on Lion, I cannot go back to Xcode 3 either.

    Will you be publishing a tutorial on Core Data with Xcode 4?

  • @ericriutort Actually, there's not a whole lot of difference in creating a core data app in Xcode4. I just tried running the app in Xcode 4 with Lion and it ran without any problems. Are you having any specific issue?

  • Great info....thanks!

  • Excellent tutorial. The best I have seen around.

  • Great tutorial. You should make more if you have the time! :)

  • what if I want to do this for a application that already exist. Can I add "Use Core Data" after creation?

  • @Wakka12321 Sure you can. You would just have to add all the code manually that is generated by Xcode when you use the application template. Which would mean adding all the methods in the AppDelegate and creating the Data Model. It's a bit of work but in the long run you will be glad you made the changes.

  • wow best tutorial ive EVER seen! thanks a lot! please make more i would really appreciate it!

  • that was great, but dont you have a leak there with the barbutton item :D

  • now we need part 2! how to fetch

  • This is brilliant! Thank you very much!

    Sometimes things just need to be broken down and you did it perfectly. Keep the tutorials coming!

  • Concise, clear, to the point... Excellent tutorial.

  • Great Job man. You are simply awesome

  • @joebm08 Thanks! Glad you liked it

  • awesome tutorial, seemed like such a hornets nest from apples documentation, but now i'll give it a shot

  • Great tutorial! where can i get the source code?

  • Great tutorial! where can i get the source code?

  • @Simongislen You can download the source code from github.com/abijlani/recipe

  • Hi Amit

    Love the tutorial, easy to follow, now have a better grasp of core data, thank you. As a complete amateur, I do have a question for you: The code builds fine with no errors, however, at runtime it all goes a bit wrong:

    Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'executeFetchRequest:error: A fetch request must have an entity.'

    *** Call stack at first throw:

    Any ideas as to where I have gone wrong. I would really appreciate the help.

    Edd

  • @e3dnow Glad you liked the tutorial! As for your error in your Xcode Data Model please make sure your entity names match the one in your Fetch request because it is case sensitive.

  • IM getting an error

    NSError *error = nil; if (![self.fetchedResultsControll­er performFetch:&error]) and the error is saying Thread1: Program received signal "Sigabrt". I did it couple of time with the same error. Can we get the source code?

  • @amb1s1 Usually a "Sigabrt" error refers to referencing an object that has been released from memory or one that has not been allocated. You can download the source code from my github repo abijlani/recipe

  • Great video. Getting up and going can be difficult process. Your video does a great job at providing the initial insights need to things started

  • would be nice to also create a quick tutorial on how to fetch data and how to manipulate data (as I've heard, there shouldn't be a problem to check at what state data exists) - truly enjoyed this tutorial. well explained

  • @eiefant Thank! Glad you enjoyed the tutorial. Will look into making another one on fetching data.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more