ok i think i got it
2015-09-06 14:49:33.220 Flappy Tristram[12807:454955] Unknown class ViewController in Interface Builder file.
2015-09-06 14:49:33.232 Flappy Tristram[12807:454955] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x7fdbf2f0fcb0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key HighScore.'
*** First throw call stack:
(
0 CoreFoundation 0x00000001035469b5 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x0000000102fbedeb objc_exception_throw + 48
2 CoreFoundation 0x00000001035465f9 -[NSException raise] + 9
3 Foundation 0x0000000102b8bfdb -[NSObject(NSKeyValueCoding) setValue:forKey:] + 288
4 UIKit 0x0000000103c99418 -[UIViewController setValue:forKey:] + 88
5 UIKit 0x0000000103eac2c7 -[UIRuntimeOutletConnection connect] + 109
6 CoreFoundation 0x0000000103487590 -[NSArray makeObjectsPerformSelector:] + 224
7 UIKit 0x0000000103eaacaa -[UINib instantiateWithOwner:options:] + 1864
8 UIKit 0x0000000103c9fdf4 -[UIViewController _loadViewFromNibNamed:bundle:] + 381
9 UIKit 0x0000000103ca0720 -[UIViewController loadView] + 178
10 UIKit 0x0000000103ca0a22 -[UIViewController loadViewIfRequired] + 138
11 UIKit 0x0000000103ca1054 -[UIViewController view] + 27
12 UIKit 0x0000000103b8077c -[UIWindow addRootViewControllerViewIfPossible] + 61
13 UIKit 0x0000000103b80e79 -[UIWindow _setHidden:forced:] + 302
14 UIKit 0x0000000103b926dc -[UIWindow makeKeyAndVisible] + 43
15 UIKit 0x0000000103b12d13 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 4003
16 UIKit 0x0000000103b1913d -[UIApplication _runWithMainScene:transitionContext:completion:] + 1755
17 UIKit 0x0000000103b16390 -[UIApplication workspaceDidEndTransaction:] + 188
18 FrontBoardServices 0x00000001070ef7ac -[FBSSerialQueue _performNext] + 192
19 FrontBoardServices 0x00000001070efb1a -[FBSSerialQueue _performNextFromRunLoopSource] + 45
20 CoreFoundation 0x0000000103472b21 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
21 CoreFoundation 0x0000000103468a4c __CFRunLoopDoSources0 + 556
22 CoreFoundation 0x0000000103467f03 __CFRunLoopRun + 867
23 CoreFoundation 0x0000000103467918 CFRunLoopRunSpecific + 488
24 UIKit 0x0000000103b15d2d -[UIApplication _run] + 402
25 UIKit 0x0000000103b1a99e UIApplicationMain + 171
26 Flappy Tristram 0x0000000102ab9b6f main + 111
27 libdyld.dylib 0x0000000105d7792d start + 1
28 ??? 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)