{"id":4605,"date":"2014-03-30T13:58:39","date_gmt":"2014-03-30T13:58:39","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/app-keeps-crashing-even-though-removed-error-collection-of-common-programming-errors\/"},"modified":"2014-03-30T13:58:39","modified_gmt":"2014-03-30T13:58:39","slug":"app-keeps-crashing-even-though-removed-error-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/app-keeps-crashing-even-though-removed-error-collection-of-common-programming-errors\/","title":{"rendered":"App keeps crashing even though removed error-Collection of common programming errors"},"content":{"rendered":"<p>I am creating a simple iOS app, and everything has been going fine until one error and the simulator crashed. I removed the error, yet the program continues to crash, halting at these two breakpoints:<\/p>\n<pre><code>\/\/in my view controller's 'initWithNibName'\nself = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];\n<\/code><\/pre>\n<p>and<\/p>\n<pre><code>\/\/in my AppDelegate's 'didFinishLaunchingWithOptions'\nRSViewController *newView = [[RSViewController alloc]init];\n<\/code><\/pre>\n<p>I have tried everything, even deleted and recreating the xib files. The only thing that seems to work is literally rewriting it in a new project with the code. Is there a way around this? This is literally the 5th time i have had to do this and I&#8217;m getting very frustrated. \ud83d\ude41<\/p>\n<p>Thanks!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I am creating a simple iOS app, and everything has been going fine until one error and the simulator crashed. I removed the error, yet the program continues to crash, halting at these two breakpoints: \/\/in my view controller&#8217;s &#8216;initWithNibName&#8217; self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; and \/\/in my AppDelegate&#8217;s &#8216;didFinishLaunchingWithOptions&#8217; RSViewController *newView = [[RSViewController alloc]init]; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4605","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=4605"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4605\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=4605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=4605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=4605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}