Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
I am new to using XCode and Objective C, and have begun to build my first iOS app using Storyboard. I tried to implement a system to save various entries, almost like a contact system, and implemented this into my Storyboard. When adding Frameworks and methods to the various classes, I recieved no errors, and the app builds fine, however when it comes to running the app on the simulator, it opens up to the default splashscreen before showing me an error, and I'm not sure how to fix this. Any help would be greatly appreciated.
Here is the error I get:
GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Thu Nov 3 21:59:02 UTC 2011) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-apple-darwin".Attaching to process 87212. 2012-08-14 14:58:40.389 Aeora[87212:fb03] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Cannot create an NSPersistentStoreCoordinator with a nil model' *** First throw call stack: (0x129e052 0x174fd0a 0x1a86d 0x34c7 0x315a 0x2964 0x2e29d6 0x2e38a6 0x2f2743 0x2f31f8 0x2e6aa9 0x1f57fa9 0x12721c5 0x11d7022 0x11d590a 0x11d4db4 0x11d4ccb 0x2e32a7 0x2e4a9b 0x2868 0x27c5) terminate called throwing an exceptionsharedlibrary apply-load-rules all Current language: auto; currently objective-c (gdb)