Simulator suddenly crashing
I have an application that runs perfectly without any errors. It has a lot of view controllers, but it runs fine. I made another view controller, and made the corresponding header and implementation files for that view controller, but when i make the files the class of the new view controller, the application crashes at startup. There isn't any code in the file besides what it starts with, and I'm not getting any errors in the debug console. When I change the view controller's class to just UIViewController, it doesn't crash anymore.
|