Deployed to phone and was working. Had to update to IOS 9.2 and redeploy to phone now getting error message. Any Ideas???
2016-02-24 12:27:18.728 closest Beacon[1642:52880] -[closest_Beacon.ViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x78e60f80
2016-02-24 12:27:18.819 closest Beacon[1642:52880] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[closest_Beacon.ViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x78e60f80'
*** First throw call stack:
(
0 CoreFoundation 0x00289a14 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x01f3ae02 objc_exception_throw + 50
2 CoreFoundation 0x00292d63 -[NSObject(NSObject) doesNotRecognizeSelector:] + 275
3 CoreFoundation 0x001d06bd ___forwarding___ + 1037
4 CoreFoundation 0x001d028e _CF_forwarding_prep_0 + 14
5 UIKit 0x00e2ebad -[UISectionRowData refreshWithSection:tableView:tableViewRowData:] + 3172
6 UIKit 0x00e357d9 -[UITableViewRowData rectForFooterInSection:heightCanBeGuessed:] + 367
7 UIKit 0x00e3595a -[UITableViewRowData heightForTable] + 69
8 UIKit 0x00bba180 -[UITableView _updateContentSize] + 390
9 UIKit 0x00be49be -[UITableView _rebuildGeometry] + 53
10 UIKit 0x00be271c -[UITableView didMoveToWindow] + 147
11 UIKit 0x00b3043c -[UIView(Internal) _didMoveFromWindow:toWindow:] + 2051
12 UIKit 0x00b47683 -[UIScrollView _didMoveFromWindow:toWindow:] + 85
13 UIKit 0x00b30013 -[UIView(Internal) _didMoveFromWindow:toWindow:] + 986
14 UIKit 0x00b23a03 __45-[UIView(Hierarchy) _postMovedFromSuperview:]_block_invoke + 180
15 UIKit 0x00b238db -[UIView(Hierarchy) _postMovedFromSuperview:] + 484
16 UIKit 0x00b33425 -[UIView(Internal) _addSubview:positioned:relativeTo:] + 2367
17 UIKit 0x00b218e4 -[UIView(Hierarchy) addSubview:] + 56
18 UIKit 0x00ae526a -[UIWindow addRootViewControllerViewIfPossible] + 795
19 UIKit 0x00ae56b1 -[UIWindow _setHidden:forced:] + 304
20 UIKit 0x00ae5a67 -[UIWindow _orderFrontWithoutMakingKey] + 49
21 UIKit 0x00af9118 -[UIWindow makeKeyAndVisible] + 80
22 UIKit 0x00a616e7 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 4190
23 UIKit 0x00a68cd6 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1989
24 UIKit 0x00a8dee5 __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke3218 + 68
25 UIKit 0x00a65966 -[UIApplication workspaceDidEndTransaction:] + 163
26 FrontBoardServices 0x042d1c76 __37-[FBSWorkspace clientEndTransaction:]_block_invoke_2 + 71
27 FrontBoardServices 0x042d174d __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 54
28 FrontBoardServices 0x042ef173 -[FBSSerialQueue _performNext] + 184
29 FrontBoardServices 0x042ef5aa -[FBSSerialQueue _performNextFromRunLoopSource] + 52
30 FrontBoardServices 0x042ee8a6 FBSSerialQueueRunLoopSourceHandler + 33
31 CoreFoundation 0x001a36ff __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
32 CoreFoundation 0x0019938b __CFRunLoopDoSources0 + 523
33 CoreFoundation 0x001987a8 __CFRunLoopRun + 1032
34 CoreFoundation 0x001980e6 CFRunLoopRunSpecific + 470
35 CoreFoundation 0x00197efb CFRunLoopRunInMode + 123
36 UIKit 0x00a65206 -[UIApplication _run] + 540
37 UIKit 0x00a6abfa UIApplicationMain + 160
38 closest Beacon 0x0001aadc main + 140
39 libdyld.dylib 0x03eaaa21 start + 1
40 ??? 0x00000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)