xcode - iOS: Removing a reference to a deleted nib -


xcode / ios noob here...

i'm working on project trying implement uinavigationcontroller in project. wound not being able work, deleted project.

now, i'm getting following error , can't figure out why says i'm referencing view controller.

2013-05-14 13:04:11.336 dialysisaccesstbl[1163:907] *** terminating app due uncaught exception 'uiviewcontrollerhierarchyinconsistency', reason: 'a view can associated @ 1 view controller @ time! view <uitableview: 0x1e191600; frame = (0 20; 768 1004); clipstobounds = yes; autoresize = w+h; gesturerecognizers = <nsarray: 0x1e843f50>; layer = <calayer: 0x1e843710>; contentoffset: {0, 0}> associated <uitableviewcontroller: 0x1e845910>. clear association before associating view <viewcontroller: 0x1e841030>.' *** first throw call stack: (0x33e603e7 0x3bcea963 0x33e60307 0x35cd3d53 0x35cd3c47 0x346ce7d9 0x346ca543 0x33de68a5 0x35e0be7d 0x35e0b6ff 0x35d04079 0x35c8e451 0x35cced59 0x35ccaaf5 0x35d0c1e1 0xcd82f 0x35ccfaa1 0x35ccf625 0x35cc7833 0x35c6fd1f 0x35c6f7ad 0x35c6f1ef 0x379635f7 0x37963227 0x33e353e7 0x33e3538b 0x33e3420f 0x33da723d 0x33da70c9 0x35cc646d 0x35cc32b9 0xcd523 0x3c117b20) libc++abi.dylib: terminate called throwing exception 

anyone know how clear association code talking about? root view controller, should load when app loads.

i had 2 views in nib @ once briefly, deleted one.

control click on dialysisaccesstbl uitableview in interface builder , delete connection uinavigationcontroller no longer exists.

you should check out stanford itunesu course: coding together: developing apps iphone , ipad (winter 2013) https://itunes.apple.com/us/course/coding-together-developing/id593208016


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -